FANNG1 commented on code in PR #9580:
URL: https://github.com/apache/gravitino/pull/9580#discussion_r2781839144
##########
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() {
+ // test call function
Review Comment:
your test covers the normal code path, could register another non-Spark
function and test it?
--
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]