JackieTien97 commented on code in PR #9226:
URL: https://github.com/apache/iotdb/pull/9226#discussion_r1127250771
##########
server/src/main/java/org/apache/iotdb/db/mpp/plan/execution/config/metadata/ShowFunctionsTask.java:
##########
@@ -80,6 +82,7 @@ public static void buildTsBlock(
appendUDFInformation(builder, udfInformation);
}
appendNativeFunctions(builder);
+ appendBuiltInScalarFunctions(builder);
Review Comment:
built-in scalar functions are not belong to UDF, so `show functions` may not
need to display them.
--
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]