karuppayya commented on code in PR #10984: URL: https://github.com/apache/iceberg/pull/10984#discussion_r1729623120
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestComputeTableStatsAction.java: ########## @@ -79,6 +79,20 @@ public class TestComputeTableStatsAction extends CatalogTestBase { required(4, "nestedStructCol", NESTED_STRUCT_TYPE), required(5, "stringCol", Types.StringType.get())); + @TestTemplate + public void testLoadingTableDirectly() { Review Comment: Suggestion: Should we move this test to `org.apache.iceberg.spark.TestSparkTableUtil` -- 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