JingsongLi commented on code in PR #6891:
URL: https://github.com/apache/paimon/pull/6891#discussion_r2647845620


##########
paimon-spark/paimon-spark-common/src/main/java/org/apache/paimon/spark/SparkCatalog.java:
##########
@@ -536,12 +537,12 @@ public void renameTable(Identifier oldIdent, Identifier 
newIdent)
 
     @Override
     public Identifier[] listFunctions(String[] namespace) throws 
NoSuchNamespaceException {
+        List<Identifier> result = new ArrayList<>();
+        BuiltInFunctions.FUNCTIONS.keySet().forEach(fn -> 
result.add(Identifier.of(namespace, fn)));

Review Comment:
   cc @Zouxxyy to take a look



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