File tree Expand file tree Collapse file tree
cpp/src/parquet/encryption Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ static constexpr double kDefaultCacheLifetimeSeconds = 600; // 10 minutes
3535static constexpr bool kDefaultInternalKeyMaterial = true ;
3636static constexpr bool kDefaultUniformEncryption = false ;
3737static constexpr int32_t kDefaultDataKeyLengthBits = 128 ;
38+ static constexpr int32_t kDefaultDataKeyLengthBits1 = 128 ;
3839
3940struct PARQUET_EXPORT EncryptionConfiguration {
4041 explicit EncryptionConfiguration (const std::string& footer_key)
Original file line number Diff line number Diff line change 1616# KIND, either express or implied. See the License for the
1717# specific language governing permissions and limitations
1818# under the License.
19+
20+
21+
22+
23+ a = 0
1924from pyarrow ._parquet_encryption import (CryptoFactory , # noqa
2025 EncryptionConfiguration ,
2126 DecryptionConfiguration ,
You can’t perform that action at this time.
0 commit comments