[
https://issues.apache.org/jira/browse/HIVE-29764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18098673#comment-18098673
]
Kokila N commented on HIVE-29764:
---------------------------------
*Testing in my Fork:*
*Issue 1 :* HiveIcebergRESTCatalogTests.createTableInUniqueLocation
*Solution:* Redolved by adding
*`metastore.iceberg.catalog.unique.table.location`=`true`* config ** in
[https://github.com/apache/hive/blob/master/itests/test-docker/k8s/hive-metastore/configmap.yaml]
{code:java}
[ERROR]
org.apache.iceberg.rest.HiveIcebergRESTCatalogTests.createTableInUniqueLocation
-- Time elapsed: 0.585 s <<< FAILURE! java.lang.AssertionError: [Tables
newdb.newtable and newdb.table_renamed have different location] Expecting
actual: "s3a://test/test-warehouse/newdb.db/newtable" not to be equal
to: "s3a://test/test-warehouse/newdb.db/newtable" at
org.apache.iceberg.catalog.CatalogTests.createTableInUniqueLocation(CatalogTests.java:1088)
at java.base/java.lang.reflect.Method.invoke(Method.java:580) at
java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at
java.base/java.util.ArrayList.forEach(ArrayList.java:1596) [ERROR]
org.apache.iceberg.rest.HiveIcebergRESTCatalogTests.testLoadTableWithMissingMetadataFile(Path)
-- Time elapsed: 0.290 s <<< ERROR! java.nio.file.NoSuchFileException:
/tmp/junit-15255751926530035017/tmp.json ->
s3a:/test/test-warehouse/ns.db/tbl/metadata/00000-e457cc06-a890-48c3-901f-62527e100987.metadata.json
{code}
> Build and Publish docker images is broken by iceberg 1.11 upgrade
> -----------------------------------------------------------------
>
> Key: HIVE-29764
> URL: https://issues.apache.org/jira/browse/HIVE-29764
> Project: Hive
> Issue Type: Bug
> Components: Build Infrastructure
> Reporter: Denys Kuzmenko
> Assignee: Kokila N
> Priority: Major
>
> Missing `metastore.iceberg.catalog.unique.table.location`=`true` config in
> [https://github.com/apache/hive/blob/master/itests/test-docker/k8s/hive-metastore/configmap.yaml]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)