davidradl commented on code in PR #25806:
URL: https://github.com/apache/flink/pull/25806#discussion_r1890489001


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/sql/FlinkSqlOperatorTable.java:
##########
@@ -84,39 +84,94 @@ public static synchronized FlinkSqlOperatorTable 
instance(boolean isBatchMode) {
 
             // register functions based on batch or streaming mode
             final FlinkSqlOperatorTable finalInstance = instance;
-            dynamicFunctions(isBatchMode).forEach(f -> 
finalInstance.register(f));

Review Comment:
   can we update the docs to advertise we now support the bracketed time 
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]

Reply via email to