ebyhr commented on code in PR #11719: URL: https://github.com/apache/iceberg/pull/11719#discussion_r2006724974
########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMetadataTables.java: ########## @@ -671,6 +671,76 @@ public void testFilesTableTimeTravelWithSchemaEvolution() throws Exception { .hasSameSizeAs(expectedFiles); } + @TestTemplate + public void testFilesTableVersionAsOfTag() { Review Comment: Yes, do you want to remove this test for separate a PR? ########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMetadataTables.java: ########## @@ -671,6 +671,76 @@ public void testFilesTableTimeTravelWithSchemaEvolution() throws Exception { .hasSameSizeAs(expectedFiles); } + @TestTemplate + public void testFilesTableVersionAsOfTag() { Review Comment: Yes, do you want to remove this test or separate a PR? -- 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