Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps iceberg.version from 1.10.0 to 1.10.1.
Updates org.apache.iceberg:iceberg-flink-runtime-2.0 from 1.10.0 to 1.10.1

Release notes

Sourced from org.apache.iceberg:iceberg-flink-runtime-2.0's releases.

apache-iceberg-1.10.1

  • API
  • Core
  • Parquet
    • Fix NameMapping loss in ParquetUtil.footerMetrics by @​tmater in (#14617)
    • Add variant type support to ParquetTypeVisitor by @​tmater in (#14588)
    • Fix variant type filtering in ParquetMetricsRowGroupFilter by @​geruh in (#14081)
    • handle NPE for VariantLogicalType in TypeWithSchemaVisitor by @​aihuaxu in (#14261)
    • Fix UUID ClassCastException when reading Parquet files with UUIDs by @​ndrluis in (#14027)
  • Flink
    • Ensure DynamicCommitter idempotence in the presence of failures by @​mxm in (#14182)
    • Backport Ensure DynamicCommitter idempotence in the presence of failures by @​mxm in (#14213)
    • Prevent recreation of ManifestOutputFileFactory during flushing by @​mxm in (#14358)
    • Backport Prevent recreation of ManifestOutputFileFactory during flushing by @​mxm in (#14385)
    • Fix cache refreshing in DynamicIcebergSink by @​aiborodin in (#14406)
    • Port fix cache refreshing in DynamicIcebergSink by @​aiborodin in (#14765)
  • Spark
  • Kafka Connect
  • Vendor integrations

Full Changelog: apache/iceberg@apache-iceberg-1.10.0...apache-iceberg-1.10.1

Commits
  • ccb8bc4 [1.10.x] Cherry-pick Flink: fix cache refreshing in dynamic sink (14406, 1476...
  • eb26eb3 Revert "BigQuery: Add iceberg-bigquery dependency to spark and flink build sc...
  • 75b7f60 Fix NameMapping loss in ParquetUtil.footerMetrics (#14617)
  • 53b252a Core: Fix NAN_VALUE_COUNTS serialization for ContentFile (#14721) (#14775)
  • 4d9320d AWS: Configure builder for reuse of http connection pool in SDKv2 (#14161) (#...
  • b14249e Revert "Core: Align ContentFile partition JSON with REST spec (#14738)" (#14742)
  • b0ee3de Core: Align ContentFile partition JSON with REST spec (#14738)
  • 4112dad Align PlanTableScanRequest filter with OpenAPI spec
  • 21eb27e REST: Make plan status consistent with the SPEC
  • 34f0d67 Add variant type support to ParquetTypeVisitor (#14588) (#14624)
  • Additional commits viewable in compare view

Updates org.apache.iceberg:iceberg-aws-bundle from 1.10.0 to 1.10.1

Release notes

Sourced from org.apache.iceberg:iceberg-aws-bundle's releases.

apache-iceberg-1.10.1

  • API
  • Core
  • Parquet
    • Fix NameMapping loss in ParquetUtil.footerMetrics by @​tmater in (#14617)
    • Add variant type support to ParquetTypeVisitor by @​tmater in (#14588)
    • Fix variant type filtering in ParquetMetricsRowGroupFilter by @​geruh in (#14081)
    • handle NPE for VariantLogicalType in TypeWithSchemaVisitor by @​aihuaxu in (#14261)
    • Fix UUID ClassCastException when reading Parquet files with UUIDs by @​ndrluis in (#14027)
  • Flink
    • Ensure DynamicCommitter idempotence in the presence of failures by @​mxm in (#14182)
    • Backport Ensure DynamicCommitter idempotence in the presence of failures by @​mxm in (#14213)
    • Prevent recreation of ManifestOutputFileFactory during flushing by @​mxm in (#14358)
    • Backport Prevent recreation of ManifestOutputFileFactory during flushing by @​mxm in (#14385)
    • Fix cache refreshing in DynamicIcebergSink by @​aiborodin in (#14406)
    • Port fix cache refreshing in DynamicIcebergSink by @​aiborodin in (#14765)
  • Spark
  • Kafka Connect
  • Vendor integrations

Full Changelog: apache/iceberg@apache-iceberg-1.10.0...apache-iceberg-1.10.1

Commits
  • ccb8bc4 [1.10.x] Cherry-pick Flink: fix cache refreshing in dynamic sink (14406, 1476...
  • eb26eb3 Revert "BigQuery: Add iceberg-bigquery dependency to spark and flink build sc...
  • 75b7f60 Fix NameMapping loss in ParquetUtil.footerMetrics (#14617)
  • 53b252a Core: Fix NAN_VALUE_COUNTS serialization for ContentFile (#14721) (#14775)
  • 4d9320d AWS: Configure builder for reuse of http connection pool in SDKv2 (#14161) (#...
  • b14249e Revert "Core: Align ContentFile partition JSON with REST spec (#14738)" (#14742)
  • b0ee3de Core: Align ContentFile partition JSON with REST spec (#14738)
  • 4112dad Align PlanTableScanRequest filter with OpenAPI spec
  • 21eb27e REST: Make plan status consistent with the SPEC
  • 34f0d67 Add variant type support to ParquetTypeVisitor (#14588) (#14624)
  • 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 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)

Bumps `iceberg.version` from 1.10.0 to 1.10.1.

Updates `org.apache.iceberg:iceberg-flink-runtime-2.0` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.10.0...apache-iceberg-1.10.1)

Updates `org.apache.iceberg:iceberg-aws-bundle` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/apache/iceberg/releases)
- [Commits](apache/iceberg@apache-iceberg-1.10.0...apache-iceberg-1.10.1)

---
updated-dependencies:
- dependency-name: org.apache.iceberg:iceberg-flink-runtime-2.0
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.iceberg:iceberg-aws-bundle
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Dec 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant