pvary commented on code in PR #12199:
URL: https://github.com/apache/iceberg/pull/12199#discussion_r1947503325


##########
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/TestFlinkCatalogTable.java:
##########
@@ -188,6 +188,23 @@ public void testCreateTableLike() throws 
TableNotExistException {
         .isEqualTo(TableSchema.builder().field("id", 
DataTypes.BIGINT()).build());
   }
 
+  @TestTemplate
+  public void testCreateTableLikeInFlinkCatalog() throws 
TableNotExistException {

Review Comment:
   Is there a simple way to check whether the create table like command is 
working even when the source table is not using the default catalog.
   
   I'm a bit concerned that this test would pass if we simply use the default 
catalog for the new table instead copying the values from the source table.



-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to