Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump iceberg.core.version from 1.4.1 to 1.5.2 #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 22, 2024

Bumps iceberg.core.version from 1.4.1 to 1.5.2.
Updates org.apache.iceberg:iceberg-core from 1.4.1 to 1.5.2

Release notes

Sourced from org.apache.iceberg:iceberg-core's releases.

Apache Iceberg 1.5.2

The 1.5.2 release has the same changes that the 1.5.1 release has. The 1.5.1 release had issues with the spark runtime artifacts; specifically certain artifacts were built with the wrong Scala version. It is strongly recommended to upgrade to 1.5.2 for any systems that are using 1.5.1.

Apache Iceberg 1.5.1

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.5.0...apache-iceberg-1.5.1

Apache Iceberg 1.5.0 was released on March 11, 2024. The 1.5.0 release adds a variety of new features and bug fixes.

  • API
    • Extend FileIO and add EncryptingFileIO. (#9592)
    • Track partition statistics in TableMetadata (#8502)
    • Add sqlFor API to views to handle resolving a representation for a dialect(#9247)
  • Core
    • Add view support for REST catalog (#7913)
    • Add view support for JDBC catalog (#9487)
    • Add catalog type for glue,jdbc,nessie (#9647)
    • Support Avro file encryption with AES GCM streams (#9436)
    • Add ApplyNameMapping for Avro (#9347)
    • Add StandardEncryptionManager (#9277)
    • Add REST catalog table session cache (#8920)
    • Support view metadata compression (#8552)
    • Track partition statistics in TableMetadata (#8502)
    • Enable column statistics filtering after planning (#8803)
  • Spark
    • Remove support for Spark 3.2 (#9295)
    • Support views via SQL for Spark 3.4 and 3.5 (#9423, #9421, #9343, #9513, #9582)
    • Support executor cache locality (#9563)
    • Added support for delete manifest rewrites (#9020)
    • Support encrypted output files (#9435)
    • Add Spark UI metrics from Iceberg scan metrics (#8717)
    • Parallelize reading files in add_files procedure (#9274)
    • Support file and partition delete granularity (#9384)
  • Flink
    • Remove Flink 1.15
    • Adds support for 1.18 version #9211
    • Emit watermarks from the IcebergSource (#8553)
    • Watermark read options (#9346)
  • Parquet
    • Support reading INT96 column in row group filter (#8988)

... (truncated)

Commits
  • cbb8530 Spark 3.4: Fix system function pushdown in CoW row-level commands (#10119) (#...
  • 3ed0597 Spark 3.5: Fix system function pushdown in CoW row-level commands (#9873) (#1...
  • 5d73e6b Core: Fix namespace SQL statement using ESCAPE character that works with MySQ...
  • c45c9f6 Core: Fix JDBC Catalog table commit when migrating from schema V0 to V1 (#101...
  • b2a4fda Core: Mark 502 and 504 failures as retryable to the exponential retry strateg...
  • 1bcb8a0 API: Fix default FileIO#newInputFile ManifestFile, DataFile and DeleteFile im...
  • 2519ab4 Build: Don't publish iceberg-open-api module (#9871)
  • 1ae13b8 Flink:backport PR to 1.17 #9606 : Supports specifying comment for iceberg fie...
  • 05f99b6 Flink: Supports specifying comment for iceberg fields in create table and add...
  • bcbcbb2 Site: Update for ASF site guidelines (#9729)
  • Additional commits viewable in compare view

Updates org.apache.iceberg:iceberg-api from 1.4.1 to 1.5.2

Release notes

Sourced from org.apache.iceberg:iceberg-api's releases.

Apache Iceberg 1.5.2

The 1.5.2 release has the same changes that the 1.5.1 release has. The 1.5.1 release had issues with the spark runtime artifacts; specifically certain artifacts were built with the wrong Scala version. It is strongly recommended to upgrade to 1.5.2 for any systems that are using 1.5.1.

Apache Iceberg 1.5.1

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.5.0...apache-iceberg-1.5.1

Apache Iceberg 1.5.0 was released on March 11, 2024. The 1.5.0 release adds a variety of new features and bug fixes.

  • API
    • Extend FileIO and add EncryptingFileIO. (#9592)
    • Track partition statistics in TableMetadata (#8502)
    • Add sqlFor API to views to handle resolving a representation for a dialect(#9247)
  • Core
    • Add view support for REST catalog (#7913)
    • Add view support for JDBC catalog (#9487)
    • Add catalog type for glue,jdbc,nessie (#9647)
    • Support Avro file encryption with AES GCM streams (#9436)
    • Add ApplyNameMapping for Avro (#9347)
    • Add StandardEncryptionManager (#9277)
    • Add REST catalog table session cache (#8920)
    • Support view metadata compression (#8552)
    • Track partition statistics in TableMetadata (#8502)
    • Enable column statistics filtering after planning (#8803)
  • Spark
    • Remove support for Spark 3.2 (#9295)
    • Support views via SQL for Spark 3.4 and 3.5 (#9423, #9421, #9343, #9513, #9582)
    • Support executor cache locality (#9563)
    • Added support for delete manifest rewrites (#9020)
    • Support encrypted output files (#9435)
    • Add Spark UI metrics from Iceberg scan metrics (#8717)
    • Parallelize reading files in add_files procedure (#9274)
    • Support file and partition delete granularity (#9384)
  • Flink
    • Remove Flink 1.15
    • Adds support for 1.18 version #9211
    • Emit watermarks from the IcebergSource (#8553)
    • Watermark read options (#9346)
  • Parquet
    • Support reading INT96 column in row group filter (#8988)

... (truncated)

Commits
  • cbb8530 Spark 3.4: Fix system function pushdown in CoW row-level commands (#10119) (#...
  • 3ed0597 Spark 3.5: Fix system function pushdown in CoW row-level commands (#9873) (#1...
  • 5d73e6b Core: Fix namespace SQL statement using ESCAPE character that works with MySQ...
  • c45c9f6 Core: Fix JDBC Catalog table commit when migrating from schema V0 to V1 (#101...
  • b2a4fda Core: Mark 502 and 504 failures as retryable to the exponential retry strateg...
  • 1bcb8a0 API: Fix default FileIO#newInputFile ManifestFile, DataFile and DeleteFile im...
  • 2519ab4 Build: Don't publish iceberg-open-api module (#9871)
  • 1ae13b8 Flink:backport PR to 1.17 #9606 : Supports specifying comment for iceberg fie...
  • 05f99b6 Flink: Supports specifying comment for iceberg fields in create table and add...
  • bcbcbb2 Site: Update for ASF site guidelines (#9729)
  • Additional commits viewable in compare view

Updates org.apache.iceberg:iceberg-hive-metastore from 1.4.1 to 1.5.2

Release notes

Sourced from org.apache.iceberg:iceberg-hive-metastore's releases.

Apache Iceberg 1.5.2

The 1.5.2 release has the same changes that the 1.5.1 release has. The 1.5.1 release had issues with the spark runtime artifacts; specifically certain artifacts were built with the wrong Scala version. It is strongly recommended to upgrade to 1.5.2 for any systems that are using 1.5.1.

Apache Iceberg 1.5.1

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.5.0...apache-iceberg-1.5.1

Apache Iceberg 1.5.0 was released on March 11, 2024. The 1.5.0 release adds a variety of new features and bug fixes.

  • API
    • Extend FileIO and add EncryptingFileIO. (#9592)
    • Track partition statistics in TableMetadata (#8502)
    • Add sqlFor API to views to handle resolving a representation for a dialect(#9247)
  • Core
    • Add view support for REST catalog (#7913)
    • Add view support for JDBC catalog (#9487)
    • Add catalog type for glue,jdbc,nessie (#9647)
    • Support Avro file encryption with AES GCM streams (#9436)
    • Add ApplyNameMapping for Avro (#9347)
    • Add StandardEncryptionManager (#9277)
    • Add REST catalog table session cache (#8920)
    • Support view metadata compression (#8552)
    • Track partition statistics in TableMetadata (#8502)
    • Enable column statistics filtering after planning (#8803)
  • Spark
    • Remove support for Spark 3.2 (#9295)
    • Support views via SQL for Spark 3.4 and 3.5 (#9423, #9421, #9343, #9513, #9582)
    • Support executor cache locality (#9563)
    • Added support for delete manifest rewrites (#9020)
    • Support encrypted output files (#9435)
    • Add Spark UI metrics from Iceberg scan metrics (#8717)
    • Parallelize reading files in add_files procedure (#9274)
    • Support file and partition delete granularity (#9384)
  • Flink
    • Remove Flink 1.15
    • Adds support for 1.18 version #9211
    • Emit watermarks from the IcebergSource (#8553)
    • Watermark read options (#9346)
  • Parquet
    • Support reading INT96 column in row group filter (#8988)

... (truncated)

Commits
  • cbb8530 Spark 3.4: Fix system function pushdown in CoW row-level commands (#10119) (#...
  • 3ed0597 Spark 3.5: Fix system function pushdown in CoW row-level commands (#9873) (#1...
  • 5d73e6b Core: Fix namespace SQL statement using ESCAPE character that works with MySQ...
  • c45c9f6 Core: Fix JDBC Catalog table commit when migrating from schema V0 to V1 (#101...
  • b2a4fda Core: Mark 502 and 504 failures as retryable to the exponential retry strateg...
  • 1bcb8a0 API: Fix default FileIO#newInputFile ManifestFile, DataFile and DeleteFile im...
  • 2519ab4 Build: Don't publish iceberg-open-api module (#9871)
  • 1ae13b8 Flink:backport PR to 1.17 #9606 : Supports specifying comment for iceberg fie...
  • 05f99b6 Flink: Supports specifying comment for iceberg fields in create table and add...
  • bcbcbb2 Site: Update for ASF site guidelines (#9729)
  • Additional commits viewable in compare view

Updates org.apache.iceberg:iceberg-parquet from 1.4.1 to 1.5.2

Release notes

Sourced from org.apache.iceberg:iceberg-parquet's releases.

Apache Iceberg 1.5.2

The 1.5.2 release has the same changes that the 1.5.1 release has. The 1.5.1 release had issues with the spark runtime artifacts; specifically certain artifacts were built with the wrong Scala version. It is strongly recommended to upgrade to 1.5.2 for any systems that are using 1.5.1.

Apache Iceberg 1.5.1

What's Changed

Full Changelog: apache/iceberg@apache-iceberg-1.5.0...apache-iceberg-1.5.1

Apache Iceberg 1.5.0 was released on March 11, 2024. The 1.5.0 release adds a variety of new features and bug fixes.

  • API
    • Extend FileIO and add EncryptingFileIO. (#9592)
    • Track partition statistics in TableMetadata (#8502)
    • Add sqlFor API to views to handle resolving a representation for a dialect(#9247)
  • Core
    • Add view support for REST catalog (#7913)
    • Add view support for JDBC catalog (#9487)
    • Add catalog type for glue,jdbc,nessie (#9647)
    • Support Avro file encryption with AES GCM streams (#9436)
    • Add ApplyNameMapping for Avro (#9347)
    • Add StandardEncryptionManager (#9277)
    • Add REST catalog table session cache (#8920)
    • Support view metadata compression (#8552)
    • Track partition statistics in TableMetadata (#8502)
    • Enable column statistics filtering after planning (#8803)
  • Spark
    • Remove support for Spark 3.2 (#9295)
    • Support views via SQL for Spark 3.4 and 3.5 (#9423, #9421, #9343, #9513, #9582)
    • Support executor cache locality (#9563)
    • Added support for delete manifest rewrites (#9020)
    • Support encrypted output files (#9435)
    • Add Spark UI metrics from Iceberg scan metrics (#8717)
    • Parallelize reading files in add_files procedure (#9274)
    • Support file and partition delete granularity (#9384)
  • Flink
    • Remove Flink 1.15
    • Adds support for 1.18 version #9211
    • Emit watermarks from the IcebergSource (#8553)
    • Watermark read options (#9346)
  • Parquet
    • Support reading INT96 column in row group filter (#8988)

... (truncated)

Commits
  • cbb8530 Spark 3.4: Fix system function pushdown in CoW row-level commands (#10119) (#...
  • 3ed0597 Spark 3.5: Fix system function pushdown in CoW row-level commands (#9873) (#1...
  • 5d73e6b Core: Fix namespace SQL statement using ESCAPE character that works with MySQ...
  • c45c9f6 Core: Fix JDBC Catalog table commit when migrating from schema V0 to V1 (#101...
  • b2a4fda Core: Mark 502 and 504 failures as retryable to the exponential retry strateg...
  • 1bcb8a0 API: Fix default FileIO#newInputFile ManifestFile, DataFile and DeleteFile im...
  • 2519ab4 Build: Don't publish iceberg-open-api module (#9871)
  • 1ae13b8 Flink:backport PR to 1.17 #9606 : Supports specifying comment for iceberg fie...
  • 05f99b6 Flink: Supports specifying comment for iceberg fields in create table and add...
  • bcbcbb2 Site: Update for ASF site guidelines (#9729)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

updated-dependencies:
- dependency-name: org.apache.iceberg:iceberg-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.iceberg:iceberg-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.iceberg:iceberg-hive-metastore
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.iceberg:iceberg-parquet
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area - Dependencies dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants