Skip to content

Comments

chore(deps): bump icebergVersion from 1.10.0 to 1.10.1#798

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/icebergVersion-1.10.1
Open

chore(deps): bump icebergVersion from 1.10.0 to 1.10.1#798
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/icebergVersion-1.10.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps icebergVersion from 1.10.0 to 1.10.1.
Updates org.apache.iceberg:iceberg-api from 1.10.0 to 1.10.1

Release notes

Sourced from org.apache.iceberg:iceberg-api'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-core from 1.10.0 to 1.10.1

Release notes

Sourced from org.apache.iceberg:iceberg-core'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-data from 1.10.0 to 1.10.1

Release notes

Sourced from org.apache.iceberg:iceberg-data'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 from 1.10.0 to 1.10.1

Release notes

Sourced from org.apache.iceberg:iceberg-aws'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-parquet from 1.10.0 to 1.10.1

Release notes

Sourced from org.apache.iceberg:iceberg-parquet'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 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 `icebergVersion` from 1.10.0 to 1.10.1.

Updates `org.apache.iceberg:iceberg-api` 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-core` 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-data` 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` 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-parquet` 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-api
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.iceberg:iceberg-core
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.iceberg:iceberg-data
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.iceberg:iceberg-aws
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.iceberg:iceberg-parquet
  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 Feb 20, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 20, 2026 22:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 20, 2026
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.

0 participants