julianhyde commented on code in PR #5024:
URL: https://github.com/apache/calcite/pull/5024#discussion_r3434048401
##########
core/src/test/java/org/apache/calcite/test/SqlFunctionsTest.java:
##########
@@ -2112,4 +2117,106 @@ private long sqlTimestamp(String str) {
() -> parse.parseTimestamp("%Y-%m-%d %H:%M:%S",
"2024-01-01 00:00:00", "Asia/Sanghai"));
}
+
+ // Tests for ZipPaddedEnumerator, accessed via the public
SqlFunctions.flatZip API.
Review Comment:
As I said in another comment, SqlFunctions doesn't contain public APIs. It
contains helper 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]