Skip to content

Commit eff79f0

Browse files
Cristian Guillen MendezCristian Guillen Mendez
authored andcommitted
github actions test
1 parent c155e99 commit eff79f0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

cpp/src/parquet/encryption/crypto_factory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ static constexpr double kDefaultCacheLifetimeSeconds = 600; // 10 minutes
3535
static constexpr bool kDefaultInternalKeyMaterial = true;
3636
static constexpr bool kDefaultUniformEncryption = false;
3737
static constexpr int32_t kDefaultDataKeyLengthBits = 128;
38+
static constexpr int32_t kDefaultDataKeyLengthBits1 = 128;
3839

3940
struct PARQUET_EXPORT EncryptionConfiguration {
4041
explicit EncryptionConfiguration(const std::string& footer_key)

python/pyarrow/parquet/encryption.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
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
1924
from pyarrow._parquet_encryption import (CryptoFactory, # noqa
2025
EncryptionConfiguration,
2126
DecryptionConfiguration,

0 commit comments

Comments
 (0)