davseitsev commented on code in PR #12892:
URL: https://github.com/apache/iceberg/pull/12892#discussion_r2743405495
##########
bigquery/src/test/java/org/apache/iceberg/gcp/bigquery/TestBigQueryCatalog.java:
##########
@@ -169,6 +170,18 @@ public void testRenameTableMissingSourceTable() {
super.testRenameTableMissingSourceTable();
}
+ @Disabled("BigQuery Metastore does not support rename tables")
+ @Test
+ public void testCreateTableInUniqueLocation() {
+ super.testCreateTableInUniqueLocation();
+ }
+
+ @Disabled("BigQuery Metastore does not support rename tables")
+ @Test
+ public void testDropDoesntCorruptTable() throws IOException {
+ super.testDropDoesntCorruptTable();
+ }
+
Review Comment:
@nastra could you please confirm this approach is better than having
`supportaTableRename()` you commented here
https://github.com/apache/iceberg/pull/12892#discussion_r2568879902 so I can
close the thread.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]