kestra-io / plugin-serdes

https://kestra.io/plugins/plugin-serdes/
Apache License 2.0
2 stars 5 forks source link

chore(deps): bump org.apache.parquet:parquet-avro from 1.12.3 to 1.13.0 #46

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps org.apache.parquet:parquet-avro from 1.12.3 to 1.13.0.

Changelog

Sourced from org.apache.parquet:parquet-avro's changelog.

Version 1.13.0

Release Notes - Parquet - Version 1.13.0

New Feature

  • PARQUET-1020 - Add support for Dynamic Messages in parquet-protobuf

Task

  • PARQUET-2230 - Add a new rewrite command powered by ParquetRewriter
  • PARQUET-2228 - ParquetRewriter supports more than one input file
  • PARQUET-2229 - ParquetRewriter supports masking and encrypting the same column
  • PARQUET-2227 - Refactor different file rewriters to use single implementation

Improvement

Bug

  • PARQUET-2202 - Redundant String allocation on the hot path in CapacityByteArrayOutputStream.setByte
  • PARQUET-2164 - CapacityByteArrayOutputStream overflow while writing causes negative row group sizes to be written
  • PARQUET-2103 - Fix crypto exception in print toPrettyJSON
  • PARQUET-2251 - Avoid generating Bloomfilter when all pages of a column are encoded by dictionary
  • PARQUET-2243 - Support zstd-jni in DirectCodecFactory
  • PARQUET-2247 - Fail-fast if CapacityByteArrayOutputStream write overflow
  • PARQUET-2241 - Fix ByteStreamSplitValuesReader with nulls
  • PARQUET-2244 - Fix notIn for columns with null values
  • PARQUET-2173 - Fix parquet build against hadoop 3.3.3+
  • PARQUET-2219 - ParquetFileReader skips empty row group
  • PARQUET-2198 - Updating jackson data bind version to fix CVEs
  • PARQUET-2177 - Fix parquet-cli not to fail showing descriptions
  • PARQUET-1711 - Support recursive proto schemas by limiting recursion depth

... (truncated)

Commits
  • 2e369ed [maven-release-plugin] prepare release apache-parquet-1.13.0-rc0
  • a095561 Update CHANGES.md for 1.13.0 release
  • 8cbbaef PARQUET-2262: Fix local build failure due to missing surefire.argLine (#1045)
  • 1235003 PARQUET-2258: Storing toString fields in FilterPredicate instances can lead t...
  • d38044f PARQUET-2202: Review usage and implementation of Preconditions.checkargument ...
  • 72442b5 PARQUET-2164: Check size of buffered data to prevent page data from overflowi...
  • cc145b3 PARQUET-2252: Make row range methods public (#1038)
  • d730fa7 PARQUET-2159: Vectorized BytePacker decoder using Java VectorAPI (#1011)
  • 43ce928 PARQUET-2230: [CLI] Deprecate commands replaced by rewrite
  • 40bffcf Add Gang Wu as committer (#1037)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #49.