adam
                                
                                 adam copied to clipboard
                                
                                    adam copied to clipboard
                            
                            
                            
                        Bump org.apache.parquet:parquet-avro from 1.13.1 to 1.15.2
Bumps org.apache.parquet:parquet-avro from 1.13.1 to 1.15.2.
Release notes
Sourced from org.apache.parquet:parquet-avro's releases.
Apache Parquet Java 1.15.2
What's Changed
- GH-3198: Allow specifying trusted classes by class name in apache/parquet-java#3199
Full Changelog: https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0
Apache Parquet Java 1.15.1
What's Changed
- GH-3172: Do not drop blocks with some null values if
DictionaryFilteris applied forUserDefinedPredicatewhich keeps null values by@ebartkusin apache/parquet-java#3173- GH-3168: Restrict trusted packages in the parquet-avro module by
@wgtmacin apache/parquet-java#3169- GH-3133: Fix SizeStatistics to handle omitted histogram by
@wgtmacin apache/parquet-java#3135Full Changelog: https://github.com/apache/parquet-java/compare/apache-parquet-1.15.0...apache-parquet-1.15.1
Apache Parquet 1.15.0
What's Changed
- PARQUET-2462: Bump to Thrift 0.20.0 by
@Fokkoin apache/parquet-java#1327- Bump org.apache:apache from 31 to 32 by
@dependabotin apache/parquet-java#1333- PARQUET-2465: Fall back to HadoopConfig by
@Fokkoin apache/parquet-java#1339- Update changes for the
masterbranch by@Fokkoin apache/parquet-java#1348- PARQUET-2466: Simplify logic when calling
ParquetWriterby@Fokkoin apache/parquet-java#1338- Bump com.google.api.grpc:proto-google-common-protos from 2.38.0 to 2.39.0 by
@dependabotin apache/parquet-java#1346- Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre by
@dependabotin apache/parquet-java#1345- PARQUET-2476: Remove the
maven-compileroverride by@Fokkoin apache/parquet-java#1341- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by
@dependabotin apache/parquet-java#1344- PARQUET-2472: Close in finally block in ParquetFileWriter#end by
@amogh-jahagirdarin apache/parquet-java#1350- PARQUET-2478: Update README with link to parquet website by
@alambin apache/parquet-java#1355- Update readme to point to 1.14.0 release by
@vinooganeshin apache/parquet-java#1356- PARQUET-2468: ParquetMetadata must convert to json by
@RustedBonesin apache/parquet-java#1349- Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 by
@dependabotin apache/parquet-java#1359- Bump net.alchim31.maven:scala-maven-plugin from 4.9.0 to 4.9.1 by
@dependabotin apache/parquet-java#1352- Bump org.apache.arrow:arrow-vector from 16.0.0 to 16.1.0 by
@dependabotin apache/parquet-java#1354- PARQUET-2487: Bump io.airlift:aircompressor from 0.26 to 0.27 by
@utkuaydnin apache/parquet-java#1363- PARQUET-34: Add #contains FilterPredicate for Array columns by
@clairemcgintyin apache/parquet-java#1328- Chore: Update NOTICE of parquet-avro by
@yaooqinnin apache/parquet-java#1371- PARQUET-2494: Update git attribrutes to mark png as binary by
@emkornfieldin apache/parquet-java#1372- PARQUET-2498: Vector IO to handle empty range list by
@steveloughranin apache/parquet-java#1374- PARQUET-34: Extend Contains support to all ColumnFilterPredicate types by
@clairemcgintyin apache/parquet-java#1370- Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 by
@dependabotin apache/parquet-java#1366- Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre by
@dependabotin apache/parquet-java#1367- PARQUET-2499: Update NOTICE to Apache Parquet Java by
@caicancaiin apache/parquet-java#1375- Add github section in asf.yaml to enable issues by
@wgtmacin apache/parquet-java#1362- GH-2932: Adjust PR template to reference GitHub issue tracker by
@rokin apache/parquet-java#2933- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 by
@dependabotin apache/parquet-java#2922- Bump org.easymock:easymock from 5.2.0 to 5.3.0 by
@dependabotin apache/parquet-java#2924- GH-2930: Add issue templates by
@rokin apache/parquet-java#2931- GH-2939: Update PULL_REQUEST_TEMPLATE by
@wgtmacin apache/parquet-java#2940- MINOR: Make ColumnPath immutable by
@findepiin apache/parquet-java#1380- Bump com.google.truth.extensions:truth-proto-extension from 1.4.2 to 1.4.3 by
@dependabotin apache/parquet-java#2936- Update readme to point to 1.14.1 release by
@wayneguowin apache/parquet-java#2947
... (truncated)
Changelog
Sourced from org.apache.parquet:parquet-avro's changelog.
Parquet
From 1.14.2 onwards, the Parquet project has migrated from Jira to GitHub, and the changelogs are now published under Releases.
Version 1.14.1
Release Notes - Parquet - Version 1.14.1
Bug
- PARQUET-2468 - ParquetMetadata.toPrettyJSON throws exception on file read when LOG.isDebugEnabled()
- PARQUET-2498 - Hadoop vector IO API doesn't handle empty list of ranges
Version 1.14.0
Release Notes - Parquet - Version 1.14.0
Bug
- PARQUET-2260 - Bloom filter bytes size shouldn't be larger than maxBytes size in the configuration
- PARQUET-2266 - Fix support for files without ColumnIndexes
- PARQUET-2276 - ParquetReader reads do not work with Hadoop version 2.8.5
- PARQUET-2300 - Update jackson-core 2.13.4 to a version without CVE PRISMA-2023-0067
- PARQUET-2325 - Fix parquet-cli's dictionary subcommand to work with FIXED_LEN_BYTE_ARRAY
- PARQUET-2329 - Fix wrong help messages of parquet-cli subcommands
- PARQUET-2330 - Fix convert-csv to show the correct position of the invalid record
- PARQUET-2332 - Fix unexpectedly disabled tests to be executed
- PARQUET-2336 - Add caching key to CodecFactory
- PARQUET-2342 - Parquet writer produced a corrupted file due to page value count overflow
- PARQUET-2343 - Fixes NPE when rewriting file with multiple rowgroups
- PARQUET-2348 - Recompression/Re-encrypt should rewrite bloomfilter
... (truncated)
Commits
- 859eac1[maven-release-plugin] prepare release apache-parquet-1.15.2-rc0
- 2fef79bGH-3198: Allow specifying trusted classes by class name (#3199)
- aedfbbcFix snapshot version of parquet-plugins
- fe532b5Prepare for next development iteration
- e7ecd8a[maven-release-plugin] prepare for next development iteration
- c7257b8[maven-release-plugin] prepare release apache-parquet-1.15.1-rc0
- 8e70eeaGH-3168: Restrict trusted packages in the parquet-avro module (#3169)
- 9d6e19fGH-3172: Do not drop blocks with some null values if- DictionaryFilteris ap...
- a19e985GH-3133: Fix SizeStatistics to handle omitted histogram (#3135)
- de3c2d0Prepare for next development iteration
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency
- @dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.