mihaibudiu commented on code in PR #4110:
URL: https://github.com/apache/calcite/pull/4110#discussion_r1896235846
##########
core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java:
##########
@@ -277,6 +279,20 @@ public static boolean throwUnless(boolean condition,
String message) {
return condition;
}
+ public static String uuidToString(UUID uuid) {
Review Comment:
These functions are so small that I didn't think there is much to test about
them. They essentially delegate all the work to the library functions.
--
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]