dependabot[bot] opened a new pull request, #8927: URL: https://github.com/apache/gravitino/pull/8927
Bumps `iceberg` from 1.9.2 to 1.10.0. Updates `org.apache.iceberg:iceberg-aliyun` from 1.9.2 to 1.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/iceberg/releases">org.apache.iceberg:iceberg-aliyun's releases</a>.</em></p> <blockquote> <h2>apache-iceberg-1.10.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>format/</code> to site-ci by <a href="https://github.com/Fokko"><code>@Fokko</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12869">apache/iceberg#12869</a></li> <li>update links to daft docs by <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12860">apache/iceberg#12860</a></li> <li>Spark3.4: BackPort Add Parallelism Parameter Validation to AddFilesProcedure. by <a href="https://github.com/slfan1989"><code>@slfan1989</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12872">apache/iceberg#12872</a></li> <li>Core: Add test when listing namespaces with a non-existing namespace by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12873">apache/iceberg#12873</a></li> <li>Flink: Add support for Flink 2.0 by <a href="https://github.com/mxm"><code>@mxm</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12527">apache/iceberg#12527</a></li> <li>Core: Fix Kryo ser/de with StorageCredential config by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12882">apache/iceberg#12882</a></li> <li>Add timestamp_ns, time and UUID types for Variant by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12682">apache/iceberg#12682</a></li> <li>Spec: Avoid struct field conflicts in default values by <a href="https://github.com/rdblue"><code>@rdblue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12841">apache/iceberg#12841</a></li> <li>Core: Ensure reactivated view version uses correct timestamp by <a href="https://github.com/lliangyu-lin"><code>@lliangyu-lin</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12821">apache/iceberg#12821</a></li> <li>Parquet: Add variant array reader in Parquet by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12512">apache/iceberg#12512</a></li> <li>Build: Bump nessie from 0.103.3 to 0.103.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12902">apache/iceberg#12902</a></li> <li>Build: Bump testcontainers from 1.20.6 to 1.21.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12904">apache/iceberg#12904</a></li> <li>Build: Bump mkdocs-material from 9.6.11 to 9.6.12 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12848">apache/iceberg#12848</a></li> <li>Build: upgrade to Gradle 8.14 by <a href="https://github.com/jbonofre"><code>@jbonofre</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12898">apache/iceberg#12898</a></li> <li>Spark: Use newArrayListWithExpectedSize instead of newArrayList for NDVSketchUtil by <a href="https://github.com/jackylee-ch"><code>@jackylee-ch</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12907">apache/iceberg#12907</a></li> <li>Build: Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12906">apache/iceberg#12906</a></li> <li>Docs: Release notes for 1.9.0 by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12911">apache/iceberg#12911</a></li> <li>Infra: Add 1.9.0 to issue template by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12913">apache/iceberg#12913</a></li> <li>Infra: Update doap.rdf file by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12918">apache/iceberg#12918</a></li> <li>Core: Increase wait time of flaky test by <a href="https://github.com/manuzhang"><code>@manuzhang</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12714">apache/iceberg#12714</a></li> <li>Flink: Backport add StreamingStartingStrategy.INCREMENTAL_FROM_LATEST_SNAPSHOT_EXCLUSIVE to Flink 1.19 by <a href="https://github.com/morhidi"><code>@morhidi</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12899">apache/iceberg#12899</a></li> <li>Docs: Site updates for 1.9.0 by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12921">apache/iceberg#12921</a></li> <li>Spark 3.5: Update MERGE and UPDATE for row lineage by <a href="https://github.com/amogh-jahagirdar"><code>@amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12736">apache/iceberg#12736</a></li> <li>Flink: Add lockFactory open in LockRemover for table maintenance by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12900">apache/iceberg#12900</a></li> <li>Docs: Fix version doc release step by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12922">apache/iceberg#12922</a></li> <li>Parquet variant array write by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12847">apache/iceberg#12847</a></li> <li>Build: Bump software.amazon.awssdk:bom from 2.29.52 to 2.31.30 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12905">apache/iceberg#12905</a></li> <li>Build: Bump jackson-bom from 2.18.3 to 2.19.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12903">apache/iceberg#12903</a></li> <li>Spark 3.4: Migrate tests in sql by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12934">apache/iceberg#12934</a></li> <li>Flink: Backport Add lockFactory open in LockRemover for table maintenance to Flink 1.20 and 1.19 by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12929">apache/iceberg#12929</a></li> <li>Docs: Add DuckDB by <a href="https://github.com/szarnyasg"><code>@szarnyasg</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12932">apache/iceberg#12932</a></li> <li>Spark 3.4: Migrate Spark Partition Transform tests by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12941">apache/iceberg#12941</a></li> <li>Flink: Fix typo in JdbcLockFactory by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12940">apache/iceberg#12940</a></li> <li>Spark: Update RewriteDataFilesSparkAction and RewritePositionDeleteFilesSparkAction to use the new APIs by <a href="https://github.com/pvary"><code>@pvary</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12692">apache/iceberg#12692</a></li> <li>Flink: Change Preconditions import from flink util to guava by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12939">apache/iceberg#12939</a></li> <li>Update Spark Parquet vectorized read tests to uses Iceberg Record instead of Avro GenericRecord by <a href="https://github.com/amogh-jahagirdar"><code>@amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12925">apache/iceberg#12925</a></li> <li>Follow up to address comments in variant array writer by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12933">apache/iceberg#12933</a></li> <li>OpenAPI: Use more clear language in recommending error responses by <a href="https://github.com/sungwy"><code>@sungwy</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12376">apache/iceberg#12376</a></li> <li>Core: Broaden exception handling in writer clean up logic by <a href="https://github.com/xiaoxuandev"><code>@xiaoxuandev</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12863">apache/iceberg#12863</a></li> <li>Spec: Remove misleading statement about source-ids by <a href="https://github.com/wypoon"><code>@wypoon</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12948">apache/iceberg#12948</a></li> <li>API, Build: Explicitly pass version into Git Properties Plugin by <a href="https://github.com/RussellSpitzer"><code>@RussellSpitzer</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12949">apache/iceberg#12949</a></li> <li>Build: Bump parquet from 1.15.1 to 1.15.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12964">apache/iceberg#12964</a></li> <li>Build: Bump org.openapitools:openapi-generator-gradle-plugin from 7.12.0 to 7.13.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12966">apache/iceberg#12966</a></li> <li>Build: Bump software.amazon.awssdk:bom from 2.31.30 to 2.31.35 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12967">apache/iceberg#12967</a></li> <li>Build: Bump nessie from 0.103.5 to 0.103.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12963">apache/iceberg#12963</a></li> <li>Spark 3.4: Migrate other sql tests by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12945">apache/iceberg#12945</a></li> <li>Build: Bump datamodel-code-generator from 0.28.5 to 0.30.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12961">apache/iceberg#12961</a></li> <li>Docs: Incorrect property in CREATE CATALOG for Flink by <a href="https://github.com/mrsubhash"><code>@mrsubhash</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12894">apache/iceberg#12894</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/iceberg/commit/2114bf631e49af532d66e2ce148ee49dd1dd1f1f"><code>2114bf6</code></a> Fix versions in LICENSE and NOTICE files. (<a href="https://redirect.github.com/apache/iceberg/issues/14001">#14001</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/7c9556b7c0f7bcaba0c2ec66f9edb4d23580920c"><code>7c9556b</code></a> REST: Fix port binding problem with TIME_WAIT for RESTCatalogServer in test f...</li> <li><a href="https://github.com/apache/iceberg/commit/173d4c32840e1be1efb559a174e8b97a0e62fb98"><code>173d4c3</code></a> Spark: backport PR <a href="https://redirect.github.com/apache/iceberg/issues/13993">#13993</a> to use loopback address for spark driver in tests (...</li> <li><a href="https://github.com/apache/iceberg/commit/a22d08c23e6471ff91048cfea4da09221d59167f"><code>a22d08c</code></a> Spark: use lookback address for spark session in tests to work with more rest...</li> <li><a href="https://github.com/apache/iceberg/commit/8a6b56474037f846878a3a6e24f48c1fce4cc004"><code>8a6b564</code></a> Cleanup TestS3OutputStream integration tests by delegating file cleanup to JU...</li> <li><a href="https://github.com/apache/iceberg/commit/c64c89fbb5390c7c796e022b939118539c7195e1"><code>c64c89f</code></a> [SPEC] Add implementation note about schema evolution (<a href="https://redirect.github.com/apache/iceberg/issues/13936">#13936</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/2a33050420ac7e9f92985dd5d8b983ce38ee7029"><code>2a33050</code></a> Arrow: Add a precondition check in allocateFieldVector (<a href="https://redirect.github.com/apache/iceberg/issues/13949">#13949</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/be03c998d96d0d1fae13aa8c53d6c7c87e2d60ba"><code>be03c99</code></a> Core: Use safeContainsKey to avoid NPE for CountNonNull (<a href="https://redirect.github.com/apache/iceberg/issues/13980">#13980</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/170189e17ca0fd423e690d0de52380fa092177fd"><code>170189e</code></a> [docs] Add Kafka->Iceberg blog post to blogs.md (<a href="https://redirect.github.com/apache/iceberg/issues/13965">#13965</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/12ab7fc3d6d53534da02decdab99133853b36dfd"><code>12ab7fc</code></a> Parquet: Bump Parquet-Java to 1.16.0 and use logical annotation for variant t...</li> <li>Additional commits viewable in <a href="https://github.com/apache/iceberg/compare/apache-iceberg-1.9.2...apache-iceberg-1.10.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.iceberg:iceberg-aws` from 1.9.2 to 1.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/iceberg/releases">org.apache.iceberg:iceberg-aws's releases</a>.</em></p> <blockquote> <h2>apache-iceberg-1.10.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>format/</code> to site-ci by <a href="https://github.com/Fokko"><code>@Fokko</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12869">apache/iceberg#12869</a></li> <li>update links to daft docs by <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12860">apache/iceberg#12860</a></li> <li>Spark3.4: BackPort Add Parallelism Parameter Validation to AddFilesProcedure. by <a href="https://github.com/slfan1989"><code>@slfan1989</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12872">apache/iceberg#12872</a></li> <li>Core: Add test when listing namespaces with a non-existing namespace by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12873">apache/iceberg#12873</a></li> <li>Flink: Add support for Flink 2.0 by <a href="https://github.com/mxm"><code>@mxm</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12527">apache/iceberg#12527</a></li> <li>Core: Fix Kryo ser/de with StorageCredential config by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12882">apache/iceberg#12882</a></li> <li>Add timestamp_ns, time and UUID types for Variant by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12682">apache/iceberg#12682</a></li> <li>Spec: Avoid struct field conflicts in default values by <a href="https://github.com/rdblue"><code>@rdblue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12841">apache/iceberg#12841</a></li> <li>Core: Ensure reactivated view version uses correct timestamp by <a href="https://github.com/lliangyu-lin"><code>@lliangyu-lin</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12821">apache/iceberg#12821</a></li> <li>Parquet: Add variant array reader in Parquet by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12512">apache/iceberg#12512</a></li> <li>Build: Bump nessie from 0.103.3 to 0.103.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12902">apache/iceberg#12902</a></li> <li>Build: Bump testcontainers from 1.20.6 to 1.21.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12904">apache/iceberg#12904</a></li> <li>Build: Bump mkdocs-material from 9.6.11 to 9.6.12 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12848">apache/iceberg#12848</a></li> <li>Build: upgrade to Gradle 8.14 by <a href="https://github.com/jbonofre"><code>@jbonofre</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12898">apache/iceberg#12898</a></li> <li>Spark: Use newArrayListWithExpectedSize instead of newArrayList for NDVSketchUtil by <a href="https://github.com/jackylee-ch"><code>@jackylee-ch</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12907">apache/iceberg#12907</a></li> <li>Build: Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12906">apache/iceberg#12906</a></li> <li>Docs: Release notes for 1.9.0 by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12911">apache/iceberg#12911</a></li> <li>Infra: Add 1.9.0 to issue template by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12913">apache/iceberg#12913</a></li> <li>Infra: Update doap.rdf file by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12918">apache/iceberg#12918</a></li> <li>Core: Increase wait time of flaky test by <a href="https://github.com/manuzhang"><code>@manuzhang</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12714">apache/iceberg#12714</a></li> <li>Flink: Backport add StreamingStartingStrategy.INCREMENTAL_FROM_LATEST_SNAPSHOT_EXCLUSIVE to Flink 1.19 by <a href="https://github.com/morhidi"><code>@morhidi</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12899">apache/iceberg#12899</a></li> <li>Docs: Site updates for 1.9.0 by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12921">apache/iceberg#12921</a></li> <li>Spark 3.5: Update MERGE and UPDATE for row lineage by <a href="https://github.com/amogh-jahagirdar"><code>@amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12736">apache/iceberg#12736</a></li> <li>Flink: Add lockFactory open in LockRemover for table maintenance by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12900">apache/iceberg#12900</a></li> <li>Docs: Fix version doc release step by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12922">apache/iceberg#12922</a></li> <li>Parquet variant array write by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12847">apache/iceberg#12847</a></li> <li>Build: Bump software.amazon.awssdk:bom from 2.29.52 to 2.31.30 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12905">apache/iceberg#12905</a></li> <li>Build: Bump jackson-bom from 2.18.3 to 2.19.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12903">apache/iceberg#12903</a></li> <li>Spark 3.4: Migrate tests in sql by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12934">apache/iceberg#12934</a></li> <li>Flink: Backport Add lockFactory open in LockRemover for table maintenance to Flink 1.20 and 1.19 by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12929">apache/iceberg#12929</a></li> <li>Docs: Add DuckDB by <a href="https://github.com/szarnyasg"><code>@szarnyasg</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12932">apache/iceberg#12932</a></li> <li>Spark 3.4: Migrate Spark Partition Transform tests by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12941">apache/iceberg#12941</a></li> <li>Flink: Fix typo in JdbcLockFactory by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12940">apache/iceberg#12940</a></li> <li>Spark: Update RewriteDataFilesSparkAction and RewritePositionDeleteFilesSparkAction to use the new APIs by <a href="https://github.com/pvary"><code>@pvary</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12692">apache/iceberg#12692</a></li> <li>Flink: Change Preconditions import from flink util to guava by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12939">apache/iceberg#12939</a></li> <li>Update Spark Parquet vectorized read tests to uses Iceberg Record instead of Avro GenericRecord by <a href="https://github.com/amogh-jahagirdar"><code>@amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12925">apache/iceberg#12925</a></li> <li>Follow up to address comments in variant array writer by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12933">apache/iceberg#12933</a></li> <li>OpenAPI: Use more clear language in recommending error responses by <a href="https://github.com/sungwy"><code>@sungwy</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12376">apache/iceberg#12376</a></li> <li>Core: Broaden exception handling in writer clean up logic by <a href="https://github.com/xiaoxuandev"><code>@xiaoxuandev</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12863">apache/iceberg#12863</a></li> <li>Spec: Remove misleading statement about source-ids by <a href="https://github.com/wypoon"><code>@wypoon</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12948">apache/iceberg#12948</a></li> <li>API, Build: Explicitly pass version into Git Properties Plugin by <a href="https://github.com/RussellSpitzer"><code>@RussellSpitzer</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12949">apache/iceberg#12949</a></li> <li>Build: Bump parquet from 1.15.1 to 1.15.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12964">apache/iceberg#12964</a></li> <li>Build: Bump org.openapitools:openapi-generator-gradle-plugin from 7.12.0 to 7.13.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12966">apache/iceberg#12966</a></li> <li>Build: Bump software.amazon.awssdk:bom from 2.31.30 to 2.31.35 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12967">apache/iceberg#12967</a></li> <li>Build: Bump nessie from 0.103.5 to 0.103.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12963">apache/iceberg#12963</a></li> <li>Spark 3.4: Migrate other sql tests by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12945">apache/iceberg#12945</a></li> <li>Build: Bump datamodel-code-generator from 0.28.5 to 0.30.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12961">apache/iceberg#12961</a></li> <li>Docs: Incorrect property in CREATE CATALOG for Flink by <a href="https://github.com/mrsubhash"><code>@mrsubhash</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12894">apache/iceberg#12894</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/iceberg/commit/2114bf631e49af532d66e2ce148ee49dd1dd1f1f"><code>2114bf6</code></a> Fix versions in LICENSE and NOTICE files. (<a href="https://redirect.github.com/apache/iceberg/issues/14001">#14001</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/7c9556b7c0f7bcaba0c2ec66f9edb4d23580920c"><code>7c9556b</code></a> REST: Fix port binding problem with TIME_WAIT for RESTCatalogServer in test f...</li> <li><a href="https://github.com/apache/iceberg/commit/173d4c32840e1be1efb559a174e8b97a0e62fb98"><code>173d4c3</code></a> Spark: backport PR <a href="https://redirect.github.com/apache/iceberg/issues/13993">#13993</a> to use loopback address for spark driver in tests (...</li> <li><a href="https://github.com/apache/iceberg/commit/a22d08c23e6471ff91048cfea4da09221d59167f"><code>a22d08c</code></a> Spark: use lookback address for spark session in tests to work with more rest...</li> <li><a href="https://github.com/apache/iceberg/commit/8a6b56474037f846878a3a6e24f48c1fce4cc004"><code>8a6b564</code></a> Cleanup TestS3OutputStream integration tests by delegating file cleanup to JU...</li> <li><a href="https://github.com/apache/iceberg/commit/c64c89fbb5390c7c796e022b939118539c7195e1"><code>c64c89f</code></a> [SPEC] Add implementation note about schema evolution (<a href="https://redirect.github.com/apache/iceberg/issues/13936">#13936</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/2a33050420ac7e9f92985dd5d8b983ce38ee7029"><code>2a33050</code></a> Arrow: Add a precondition check in allocateFieldVector (<a href="https://redirect.github.com/apache/iceberg/issues/13949">#13949</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/be03c998d96d0d1fae13aa8c53d6c7c87e2d60ba"><code>be03c99</code></a> Core: Use safeContainsKey to avoid NPE for CountNonNull (<a href="https://redirect.github.com/apache/iceberg/issues/13980">#13980</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/170189e17ca0fd423e690d0de52380fa092177fd"><code>170189e</code></a> [docs] Add Kafka->Iceberg blog post to blogs.md (<a href="https://redirect.github.com/apache/iceberg/issues/13965">#13965</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/12ab7fc3d6d53534da02decdab99133853b36dfd"><code>12ab7fc</code></a> Parquet: Bump Parquet-Java to 1.16.0 and use logical annotation for variant t...</li> <li>Additional commits viewable in <a href="https://github.com/apache/iceberg/compare/apache-iceberg-1.9.2...apache-iceberg-1.10.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.iceberg:iceberg-aws-bundle` from 1.9.2 to 1.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/iceberg/releases">org.apache.iceberg:iceberg-aws-bundle's releases</a>.</em></p> <blockquote> <h2>apache-iceberg-1.10.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>format/</code> to site-ci by <a href="https://github.com/Fokko"><code>@Fokko</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12869">apache/iceberg#12869</a></li> <li>update links to daft docs by <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12860">apache/iceberg#12860</a></li> <li>Spark3.4: BackPort Add Parallelism Parameter Validation to AddFilesProcedure. by <a href="https://github.com/slfan1989"><code>@slfan1989</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12872">apache/iceberg#12872</a></li> <li>Core: Add test when listing namespaces with a non-existing namespace by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12873">apache/iceberg#12873</a></li> <li>Flink: Add support for Flink 2.0 by <a href="https://github.com/mxm"><code>@mxm</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12527">apache/iceberg#12527</a></li> <li>Core: Fix Kryo ser/de with StorageCredential config by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12882">apache/iceberg#12882</a></li> <li>Add timestamp_ns, time and UUID types for Variant by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12682">apache/iceberg#12682</a></li> <li>Spec: Avoid struct field conflicts in default values by <a href="https://github.com/rdblue"><code>@rdblue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12841">apache/iceberg#12841</a></li> <li>Core: Ensure reactivated view version uses correct timestamp by <a href="https://github.com/lliangyu-lin"><code>@lliangyu-lin</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12821">apache/iceberg#12821</a></li> <li>Parquet: Add variant array reader in Parquet by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12512">apache/iceberg#12512</a></li> <li>Build: Bump nessie from 0.103.3 to 0.103.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12902">apache/iceberg#12902</a></li> <li>Build: Bump testcontainers from 1.20.6 to 1.21.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12904">apache/iceberg#12904</a></li> <li>Build: Bump mkdocs-material from 9.6.11 to 9.6.12 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12848">apache/iceberg#12848</a></li> <li>Build: upgrade to Gradle 8.14 by <a href="https://github.com/jbonofre"><code>@jbonofre</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12898">apache/iceberg#12898</a></li> <li>Spark: Use newArrayListWithExpectedSize instead of newArrayList for NDVSketchUtil by <a href="https://github.com/jackylee-ch"><code>@jackylee-ch</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12907">apache/iceberg#12907</a></li> <li>Build: Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12906">apache/iceberg#12906</a></li> <li>Docs: Release notes for 1.9.0 by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12911">apache/iceberg#12911</a></li> <li>Infra: Add 1.9.0 to issue template by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12913">apache/iceberg#12913</a></li> <li>Infra: Update doap.rdf file by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12918">apache/iceberg#12918</a></li> <li>Core: Increase wait time of flaky test by <a href="https://github.com/manuzhang"><code>@manuzhang</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12714">apache/iceberg#12714</a></li> <li>Flink: Backport add StreamingStartingStrategy.INCREMENTAL_FROM_LATEST_SNAPSHOT_EXCLUSIVE to Flink 1.19 by <a href="https://github.com/morhidi"><code>@morhidi</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12899">apache/iceberg#12899</a></li> <li>Docs: Site updates for 1.9.0 by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12921">apache/iceberg#12921</a></li> <li>Spark 3.5: Update MERGE and UPDATE for row lineage by <a href="https://github.com/amogh-jahagirdar"><code>@amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12736">apache/iceberg#12736</a></li> <li>Flink: Add lockFactory open in LockRemover for table maintenance by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12900">apache/iceberg#12900</a></li> <li>Docs: Fix version doc release step by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12922">apache/iceberg#12922</a></li> <li>Parquet variant array write by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12847">apache/iceberg#12847</a></li> <li>Build: Bump software.amazon.awssdk:bom from 2.29.52 to 2.31.30 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12905">apache/iceberg#12905</a></li> <li>Build: Bump jackson-bom from 2.18.3 to 2.19.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12903">apache/iceberg#12903</a></li> <li>Spark 3.4: Migrate tests in sql by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12934">apache/iceberg#12934</a></li> <li>Flink: Backport Add lockFactory open in LockRemover for table maintenance to Flink 1.20 and 1.19 by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12929">apache/iceberg#12929</a></li> <li>Docs: Add DuckDB by <a href="https://github.com/szarnyasg"><code>@szarnyasg</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12932">apache/iceberg#12932</a></li> <li>Spark 3.4: Migrate Spark Partition Transform tests by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12941">apache/iceberg#12941</a></li> <li>Flink: Fix typo in JdbcLockFactory by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12940">apache/iceberg#12940</a></li> <li>Spark: Update RewriteDataFilesSparkAction and RewritePositionDeleteFilesSparkAction to use the new APIs by <a href="https://github.com/pvary"><code>@pvary</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12692">apache/iceberg#12692</a></li> <li>Flink: Change Preconditions import from flink util to guava by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12939">apache/iceberg#12939</a></li> <li>Update Spark Parquet vectorized read tests to uses Iceberg Record instead of Avro GenericRecord by <a href="https://github.com/amogh-jahagirdar"><code>@amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12925">apache/iceberg#12925</a></li> <li>Follow up to address comments in variant array writer by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12933">apache/iceberg#12933</a></li> <li>OpenAPI: Use more clear language in recommending error responses by <a href="https://github.com/sungwy"><code>@sungwy</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12376">apache/iceberg#12376</a></li> <li>Core: Broaden exception handling in writer clean up logic by <a href="https://github.com/xiaoxuandev"><code>@xiaoxuandev</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12863">apache/iceberg#12863</a></li> <li>Spec: Remove misleading statement about source-ids by <a href="https://github.com/wypoon"><code>@wypoon</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12948">apache/iceberg#12948</a></li> <li>API, Build: Explicitly pass version into Git Properties Plugin by <a href="https://github.com/RussellSpitzer"><code>@RussellSpitzer</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12949">apache/iceberg#12949</a></li> <li>Build: Bump parquet from 1.15.1 to 1.15.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12964">apache/iceberg#12964</a></li> <li>Build: Bump org.openapitools:openapi-generator-gradle-plugin from 7.12.0 to 7.13.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12966">apache/iceberg#12966</a></li> <li>Build: Bump software.amazon.awssdk:bom from 2.31.30 to 2.31.35 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12967">apache/iceberg#12967</a></li> <li>Build: Bump nessie from 0.103.5 to 0.103.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12963">apache/iceberg#12963</a></li> <li>Spark 3.4: Migrate other sql tests by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12945">apache/iceberg#12945</a></li> <li>Build: Bump datamodel-code-generator from 0.28.5 to 0.30.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12961">apache/iceberg#12961</a></li> <li>Docs: Incorrect property in CREATE CATALOG for Flink by <a href="https://github.com/mrsubhash"><code>@mrsubhash</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12894">apache/iceberg#12894</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/iceberg/commit/2114bf631e49af532d66e2ce148ee49dd1dd1f1f"><code>2114bf6</code></a> Fix versions in LICENSE and NOTICE files. (<a href="https://redirect.github.com/apache/iceberg/issues/14001">#14001</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/7c9556b7c0f7bcaba0c2ec66f9edb4d23580920c"><code>7c9556b</code></a> REST: Fix port binding problem with TIME_WAIT for RESTCatalogServer in test f...</li> <li><a href="https://github.com/apache/iceberg/commit/173d4c32840e1be1efb559a174e8b97a0e62fb98"><code>173d4c3</code></a> Spark: backport PR <a href="https://redirect.github.com/apache/iceberg/issues/13993">#13993</a> to use loopback address for spark driver in tests (...</li> <li><a href="https://github.com/apache/iceberg/commit/a22d08c23e6471ff91048cfea4da09221d59167f"><code>a22d08c</code></a> Spark: use lookback address for spark session in tests to work with more rest...</li> <li><a href="https://github.com/apache/iceberg/commit/8a6b56474037f846878a3a6e24f48c1fce4cc004"><code>8a6b564</code></a> Cleanup TestS3OutputStream integration tests by delegating file cleanup to JU...</li> <li><a href="https://github.com/apache/iceberg/commit/c64c89fbb5390c7c796e022b939118539c7195e1"><code>c64c89f</code></a> [SPEC] Add implementation note about schema evolution (<a href="https://redirect.github.com/apache/iceberg/issues/13936">#13936</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/2a33050420ac7e9f92985dd5d8b983ce38ee7029"><code>2a33050</code></a> Arrow: Add a precondition check in allocateFieldVector (<a href="https://redirect.github.com/apache/iceberg/issues/13949">#13949</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/be03c998d96d0d1fae13aa8c53d6c7c87e2d60ba"><code>be03c99</code></a> Core: Use safeContainsKey to avoid NPE for CountNonNull (<a href="https://redirect.github.com/apache/iceberg/issues/13980">#13980</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/170189e17ca0fd423e690d0de52380fa092177fd"><code>170189e</code></a> [docs] Add Kafka->Iceberg blog post to blogs.md (<a href="https://redirect.github.com/apache/iceberg/issues/13965">#13965</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/12ab7fc3d6d53534da02decdab99133853b36dfd"><code>12ab7fc</code></a> Parquet: Bump Parquet-Java to 1.16.0 and use logical annotation for variant t...</li> <li>Additional commits viewable in <a href="https://github.com/apache/iceberg/compare/apache-iceberg-1.9.2...apache-iceberg-1.10.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.iceberg:iceberg-azure` from 1.9.2 to 1.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/iceberg/releases">org.apache.iceberg:iceberg-azure's releases</a>.</em></p> <blockquote> <h2>apache-iceberg-1.10.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>format/</code> to site-ci by <a href="https://github.com/Fokko"><code>@Fokko</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12869">apache/iceberg#12869</a></li> <li>update links to daft docs by <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12860">apache/iceberg#12860</a></li> <li>Spark3.4: BackPort Add Parallelism Parameter Validation to AddFilesProcedure. by <a href="https://github.com/slfan1989"><code>@slfan1989</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12872">apache/iceberg#12872</a></li> <li>Core: Add test when listing namespaces with a non-existing namespace by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12873">apache/iceberg#12873</a></li> <li>Flink: Add support for Flink 2.0 by <a href="https://github.com/mxm"><code>@mxm</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12527">apache/iceberg#12527</a></li> <li>Core: Fix Kryo ser/de with StorageCredential config by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12882">apache/iceberg#12882</a></li> <li>Add timestamp_ns, time and UUID types for Variant by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12682">apache/iceberg#12682</a></li> <li>Spec: Avoid struct field conflicts in default values by <a href="https://github.com/rdblue"><code>@rdblue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12841">apache/iceberg#12841</a></li> <li>Core: Ensure reactivated view version uses correct timestamp by <a href="https://github.com/lliangyu-lin"><code>@lliangyu-lin</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12821">apache/iceberg#12821</a></li> <li>Parquet: Add variant array reader in Parquet by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12512">apache/iceberg#12512</a></li> <li>Build: Bump nessie from 0.103.3 to 0.103.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12902">apache/iceberg#12902</a></li> <li>Build: Bump testcontainers from 1.20.6 to 1.21.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12904">apache/iceberg#12904</a></li> <li>Build: Bump mkdocs-material from 9.6.11 to 9.6.12 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12848">apache/iceberg#12848</a></li> <li>Build: upgrade to Gradle 8.14 by <a href="https://github.com/jbonofre"><code>@jbonofre</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12898">apache/iceberg#12898</a></li> <li>Spark: Use newArrayListWithExpectedSize instead of newArrayList for NDVSketchUtil by <a href="https://github.com/jackylee-ch"><code>@jackylee-ch</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12907">apache/iceberg#12907</a></li> <li>Build: Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12906">apache/iceberg#12906</a></li> <li>Docs: Release notes for 1.9.0 by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12911">apache/iceberg#12911</a></li> <li>Infra: Add 1.9.0 to issue template by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12913">apache/iceberg#12913</a></li> <li>Infra: Update doap.rdf file by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12918">apache/iceberg#12918</a></li> <li>Core: Increase wait time of flaky test by <a href="https://github.com/manuzhang"><code>@manuzhang</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12714">apache/iceberg#12714</a></li> <li>Flink: Backport add StreamingStartingStrategy.INCREMENTAL_FROM_LATEST_SNAPSHOT_EXCLUSIVE to Flink 1.19 by <a href="https://github.com/morhidi"><code>@morhidi</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12899">apache/iceberg#12899</a></li> <li>Docs: Site updates for 1.9.0 by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12921">apache/iceberg#12921</a></li> <li>Spark 3.5: Update MERGE and UPDATE for row lineage by <a href="https://github.com/amogh-jahagirdar"><code>@amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12736">apache/iceberg#12736</a></li> <li>Flink: Add lockFactory open in LockRemover for table maintenance by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12900">apache/iceberg#12900</a></li> <li>Docs: Fix version doc release step by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12922">apache/iceberg#12922</a></li> <li>Parquet variant array write by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12847">apache/iceberg#12847</a></li> <li>Build: Bump software.amazon.awssdk:bom from 2.29.52 to 2.31.30 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12905">apache/iceberg#12905</a></li> <li>Build: Bump jackson-bom from 2.18.3 to 2.19.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12903">apache/iceberg#12903</a></li> <li>Spark 3.4: Migrate tests in sql by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12934">apache/iceberg#12934</a></li> <li>Flink: Backport Add lockFactory open in LockRemover for table maintenance to Flink 1.20 and 1.19 by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12929">apache/iceberg#12929</a></li> <li>Docs: Add DuckDB by <a href="https://github.com/szarnyasg"><code>@szarnyasg</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12932">apache/iceberg#12932</a></li> <li>Spark 3.4: Migrate Spark Partition Transform tests by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12941">apache/iceberg#12941</a></li> <li>Flink: Fix typo in JdbcLockFactory by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12940">apache/iceberg#12940</a></li> <li>Spark: Update RewriteDataFilesSparkAction and RewritePositionDeleteFilesSparkAction to use the new APIs by <a href="https://github.com/pvary"><code>@pvary</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12692">apache/iceberg#12692</a></li> <li>Flink: Change Preconditions import from flink util to guava by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12939">apache/iceberg#12939</a></li> <li>Update Spark Parquet vectorized read tests to uses Iceberg Record instead of Avro GenericRecord by <a href="https://github.com/amogh-jahagirdar"><code>@amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12925">apache/iceberg#12925</a></li> <li>Follow up to address comments in variant array writer by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12933">apache/iceberg#12933</a></li> <li>OpenAPI: Use more clear language in recommending error responses by <a href="https://github.com/sungwy"><code>@sungwy</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12376">apache/iceberg#12376</a></li> <li>Core: Broaden exception handling in writer clean up logic by <a href="https://github.com/xiaoxuandev"><code>@xiaoxuandev</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12863">apache/iceberg#12863</a></li> <li>Spec: Remove misleading statement about source-ids by <a href="https://github.com/wypoon"><code>@wypoon</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12948">apache/iceberg#12948</a></li> <li>API, Build: Explicitly pass version into Git Properties Plugin by <a href="https://github.com/RussellSpitzer"><code>@RussellSpitzer</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12949">apache/iceberg#12949</a></li> <li>Build: Bump parquet from 1.15.1 to 1.15.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12964">apache/iceberg#12964</a></li> <li>Build: Bump org.openapitools:openapi-generator-gradle-plugin from 7.12.0 to 7.13.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12966">apache/iceberg#12966</a></li> <li>Build: Bump software.amazon.awssdk:bom from 2.31.30 to 2.31.35 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12967">apache/iceberg#12967</a></li> <li>Build: Bump nessie from 0.103.5 to 0.103.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12963">apache/iceberg#12963</a></li> <li>Spark 3.4: Migrate other sql tests by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12945">apache/iceberg#12945</a></li> <li>Build: Bump datamodel-code-generator from 0.28.5 to 0.30.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12961">apache/iceberg#12961</a></li> <li>Docs: Incorrect property in CREATE CATALOG for Flink by <a href="https://github.com/mrsubhash"><code>@mrsubhash</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12894">apache/iceberg#12894</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/iceberg/commit/2114bf631e49af532d66e2ce148ee49dd1dd1f1f"><code>2114bf6</code></a> Fix versions in LICENSE and NOTICE files. (<a href="https://redirect.github.com/apache/iceberg/issues/14001">#14001</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/7c9556b7c0f7bcaba0c2ec66f9edb4d23580920c"><code>7c9556b</code></a> REST: Fix port binding problem with TIME_WAIT for RESTCatalogServer in test f...</li> <li><a href="https://github.com/apache/iceberg/commit/173d4c32840e1be1efb559a174e8b97a0e62fb98"><code>173d4c3</code></a> Spark: backport PR <a href="https://redirect.github.com/apache/iceberg/issues/13993">#13993</a> to use loopback address for spark driver in tests (...</li> <li><a href="https://github.com/apache/iceberg/commit/a22d08c23e6471ff91048cfea4da09221d59167f"><code>a22d08c</code></a> Spark: use lookback address for spark session in tests to work with more rest...</li> <li><a href="https://github.com/apache/iceberg/commit/8a6b56474037f846878a3a6e24f48c1fce4cc004"><code>8a6b564</code></a> Cleanup TestS3OutputStream integration tests by delegating file cleanup to JU...</li> <li><a href="https://github.com/apache/iceberg/commit/c64c89fbb5390c7c796e022b939118539c7195e1"><code>c64c89f</code></a> [SPEC] Add implementation note about schema evolution (<a href="https://redirect.github.com/apache/iceberg/issues/13936">#13936</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/2a33050420ac7e9f92985dd5d8b983ce38ee7029"><code>2a33050</code></a> Arrow: Add a precondition check in allocateFieldVector (<a href="https://redirect.github.com/apache/iceberg/issues/13949">#13949</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/be03c998d96d0d1fae13aa8c53d6c7c87e2d60ba"><code>be03c99</code></a> Core: Use safeContainsKey to avoid NPE for CountNonNull (<a href="https://redirect.github.com/apache/iceberg/issues/13980">#13980</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/170189e17ca0fd423e690d0de52380fa092177fd"><code>170189e</code></a> [docs] Add Kafka->Iceberg blog post to blogs.md (<a href="https://redirect.github.com/apache/iceberg/issues/13965">#13965</a>)</li> <li><a href="https://github.com/apache/iceberg/commit/12ab7fc3d6d53534da02decdab99133853b36dfd"><code>12ab7fc</code></a> Parquet: Bump Parquet-Java to 1.16.0 and use logical annotation for variant t...</li> <li>Additional commits viewable in <a href="https://github.com/apache/iceberg/compare/apache-iceberg-1.9.2...apache-iceberg-1.10.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.iceberg:iceberg-azure-bundle` from 1.9.2 to 1.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/iceberg/releases">org.apache.iceberg:iceberg-azure-bundle's releases</a>.</em></p> <blockquote> <h2>apache-iceberg-1.10.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>format/</code> to site-ci by <a href="https://github.com/Fokko"><code>@Fokko</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12869">apache/iceberg#12869</a></li> <li>update links to daft docs by <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12860">apache/iceberg#12860</a></li> <li>Spark3.4: BackPort Add Parallelism Parameter Validation to AddFilesProcedure. by <a href="https://github.com/slfan1989"><code>@slfan1989</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12872">apache/iceberg#12872</a></li> <li>Core: Add test when listing namespaces with a non-existing namespace by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12873">apache/iceberg#12873</a></li> <li>Flink: Add support for Flink 2.0 by <a href="https://github.com/mxm"><code>@mxm</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12527">apache/iceberg#12527</a></li> <li>Core: Fix Kryo ser/de with StorageCredential config by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12882">apache/iceberg#12882</a></li> <li>Add timestamp_ns, time and UUID types for Variant by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12682">apache/iceberg#12682</a></li> <li>Spec: Avoid struct field conflicts in default values by <a href="https://github.com/rdblue"><code>@rdblue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12841">apache/iceberg#12841</a></li> <li>Core: Ensure reactivated view version uses correct timestamp by <a href="https://github.com/lliangyu-lin"><code>@lliangyu-lin</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12821">apache/iceberg#12821</a></li> <li>Parquet: Add variant array reader in Parquet by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12512">apache/iceberg#12512</a></li> <li>Build: Bump nessie from 0.103.3 to 0.103.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12902">apache/iceberg#12902</a></li> <li>Build: Bump testcontainers from 1.20.6 to 1.21.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12904">apache/iceberg#12904</a></li> <li>Build: Bump mkdocs-material from 9.6.11 to 9.6.12 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12848">apache/iceberg#12848</a></li> <li>Build: upgrade to Gradle 8.14 by <a href="https://github.com/jbonofre"><code>@jbonofre</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12898">apache/iceberg#12898</a></li> <li>Spark: Use newArrayListWithExpectedSize instead of newArrayList for NDVSketchUtil by <a href="https://github.com/jackylee-ch"><code>@jackylee-ch</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12907">apache/iceberg#12907</a></li> <li>Build: Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12906">apache/iceberg#12906</a></li> <li>Docs: Release notes for 1.9.0 by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12911">apache/iceberg#12911</a></li> <li>Infra: Add 1.9.0 to issue template by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12913">apache/iceberg#12913</a></li> <li>Infra: Update doap.rdf file by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12918">apache/iceberg#12918</a></li> <li>Core: Increase wait time of flaky test by <a href="https://github.com/manuzhang"><code>@manuzhang</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12714">apache/iceberg#12714</a></li> <li>Flink: Backport add StreamingStartingStrategy.INCREMENTAL_FROM_LATEST_SNAPSHOT_EXCLUSIVE to Flink 1.19 by <a href="https://github.com/morhidi"><code>@morhidi</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12899">apache/iceberg#12899</a></li> <li>Docs: Site updates for 1.9.0 by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12921">apache/iceberg#12921</a></li> <li>Spark 3.5: Update MERGE and UPDATE for row lineage by <a href="https://github.com/amogh-jahagirdar"><code>@amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12736">apache/iceberg#12736</a></li> <li>Flink: Add lockFactory open in LockRemover for table maintenance by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12900">apache/iceberg#12900</a></li> <li>Docs: Fix version doc release step by <a href="https://github.com/ajantha-bhat"><code>@ajantha-bhat</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12922">apache/iceberg#12922</a></li> <li>Parquet variant array write by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12847">apache/iceberg#12847</a></li> <li>Build: Bump software.amazon.awssdk:bom from 2.29.52 to 2.31.30 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12905">apache/iceberg#12905</a></li> <li>Build: Bump jackson-bom from 2.18.3 to 2.19.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/iceberg/pull/12903">apache/iceberg#12903</a></li> <li>Spark 3.4: Migrate tests in sql by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12934">apache/iceberg#12934</a></li> <li>Flink: Backport Add lockFactory open in LockRemover for table maintenance to Flink 1.20 and 1.19 by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12929">apache/iceberg#12929</a></li> <li>Docs: Add DuckDB by <a href="https://github.com/szarnyasg"><code>@szarnyasg</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12932">apache/iceberg#12932</a></li> <li>Spark 3.4: Migrate Spark Partition Transform tests by <a href="https://github.com/tomtongue"><code>@tomtongue</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12941">apache/iceberg#12941</a></li> <li>Flink: Fix typo in JdbcLockFactory by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12940">apache/iceberg#12940</a></li> <li>Spark: Update RewriteDataFilesSparkAction and RewritePositionDeleteFilesSparkAction to use the new APIs by <a href="https://github.com/pvary"><code>@pvary</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12692">apache/iceberg#12692</a></li> <li>Flink: Change Preconditions import from flink util to guava by <a href="https://github.com/Guosmilesmile"><code>@Guosmilesmile</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12939">apache/iceberg#12939</a></li> <li>Update Spark Parquet vectorized read tests to uses Iceberg Record instead of Avro GenericRecord by <a href="https://github.com/amogh-jahagirdar"><code>@amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12925">apache/iceberg#12925</a></li> <li>Follow up to address comments in variant array writer by <a href="https://github.com/aihuaxu"><code>@aihuaxu</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12933">apache/iceberg#12933</a></li> <li>OpenAPI: Use more clear language in recommending error responses by <a href="https://github.com/sungwy"><code>@sungwy</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12376">apache/iceberg#12376</a></li> <li>Core: Broaden exception handling in writer clean up logic by <a href="https://github.com/xiaoxuandev"><code>@xiaoxuandev</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12863">apache/iceberg#12863</a></li> <li>Spec: Remove misleading statement about source-ids by <a href="https://github.com/wypoon"><code>@wypoon</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12948">apache/iceberg#12948</a></li> <li>API, Build: Explicitly pass version into Git Properties Plugin by <a href="https://github.com/RussellSpitzer"><code>@RussellSpitzer</code></a> in <a href="https://redirect.github.com/apache/iceberg/pull/12949">apache/iceberg#12949</a></li> <li>Build: Bump parquet from 1.15.1 to 1.15.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/... _Description has been truncated_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
