[PR] GH-45073: Update encryption test files to correct invalid repetition levels [parquet-testing]

2024-12-18 Thread via GitHub
adamreeve opened a new pull request, #65: URL: https://github.com/apache/parquet-testing/pull/65 See https://github.com/apache/arrow/issues/45073. This fixes the encryption test files generated by Arrow C++ so that the repetition levels are correct. I tried to avoid changing other propertie

[PR] MINOR: Remove `scala` properties from `pom.xml` [parquet-java]

2024-12-18 Thread via GitHub
Fokko opened a new pull request, #3104: URL: https://github.com/apache/parquet-java/pull/3104 They are not used anymore ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-

Re: [PR] GH-2942: Remove Hadoop <2.9 support [parquet-java]

2024-12-18 Thread via GitHub
Fokko closed pull request #2944: GH-2942: Remove Hadoop <2.9 support URL: https://github.com/apache/parquet-java/pull/2944 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] GH-45073: Update encryption test files to correct invalid repetition levels [parquet-testing]

2024-12-18 Thread via GitHub
adamreeve commented on PR #65: URL: https://github.com/apache/parquet-testing/pull/65#issuecomment-2552658874 It looks like the size difference is caused by this change which stopped writing column metadata at the end of chunks: https://github.com/apache/arrow/pull/43428 If I revert

Re: [PR] GH-45073: Update encryption test files to correct invalid repetition levels [parquet-testing]

2024-12-18 Thread via GitHub
wgtmac commented on PR #65: URL: https://github.com/apache/parquet-testing/pull/65#issuecomment-2552626984 Have you changed the compression type? It seems that all files have at least 80% size reduction. -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] GH-45073: Update encryption test files to correct invalid repetition levels [parquet-testing]

2024-12-18 Thread via GitHub
adamreeve commented on PR #65: URL: https://github.com/apache/parquet-testing/pull/65#issuecomment-2552646948 > Have you changed the compression type? It seems that all files have at least 80% size reduction. No, they were using Snappy before and so I changed the writing code to keep

[PR] parquet1.10.0 support zstd [parquet-java]

2024-12-18 Thread via GitHub
singer-bin opened a new pull request, #3105: URL: https://github.com/apache/parquet-java/pull/3105 ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes?

Re: [PR] GH-45073: Update encryption test files to correct invalid repetition levels [parquet-testing]

2024-12-18 Thread via GitHub
wgtmac commented on PR #65: URL: https://github.com/apache/parquet-testing/pull/65#issuecomment-2552787987 Thanks for the investigation! That makes sense. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [PR] GH-45073: Update encryption test files to correct invalid repetition levels [parquet-testing]

2024-12-18 Thread via GitHub
wgtmac commented on PR #65: URL: https://github.com/apache/parquet-testing/pull/65#issuecomment-2552795799 BTW, these files are used by parquet-java: https://github.com/apache/parquet-java/blob/master/parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestEncryptionOptions.java. We need