FANNG1 commented on code in PR #9580:
URL: https://github.com/apache/gravitino/pull/9580#discussion_r2781848142


##########
spark-connector/spark-common/src/test/java/org/apache/gravitino/spark/connector/integration/test/SparkCommonIT.java:
##########
@@ -196,6 +200,25 @@ void testListTables() {
         NoSuchNamespaceException.class, () -> sql("SHOW TABLES IN 
nonexistent_schema"));
   }
 
+  @Test
+  void testCallUDF() {

Review Comment:
   Could you test whether the Iceberg function could be loaded correctly?



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

Reply via email to