aokolnychyi commented on code in PR #10984:
URL: https://github.com/apache/iceberg/pull/10984#discussion_r1729628810


##########
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:
   I feel it belongs here as it is important to check the action can be invoked 
without loading tables via the Spark catalog (as that one will set the catalog 
name correctly).
   
   This is the only test that goes via `validationCatalog`.



-- 
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