You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/21 06:24:59 UTC

[GitHub] [iceberg] grbinho commented on a diff in pull request #6223: Use provided glue catalog id in defaultWarehouseLocation

grbinho commented on code in PR #6223:
URL: https://github.com/apache/iceberg/pull/6223#discussion_r1027618072


##########
aws/src/test/java/org/apache/iceberg/aws/glue/TestGlueCatalog.java:
##########
@@ -144,6 +144,32 @@ public void testDefaultWarehouseLocationDbUri() {
     Assert.assertEquals("s3://bucket2/db/table", location);
   }
 
+  @Test
+  public void testDefaultWarehouseLocationCustomCatalogId() {

Review Comment:
   Are there multiple AWS accounts available for integration tests?  
   I could not find that setup either in `AwsIntegTestUtil` or `TestAssumeRoleAwsClientFactory` (as and obvious potential cross account example). 



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org