danny0405 commented on a change in pull request #9056: [FLINK-13185] 
[sql-parser][table-planner] Bump Calcite dependency to 1.20.0 in sql parser & 
flink planner
URL: https://github.com/apache/flink/pull/9056#discussion_r301902998
 
 

 ##########
 File path: 
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/catalog/BasicOperatorTable.scala
 ##########
 @@ -199,6 +198,20 @@ class BasicOperatorTable extends 
ReflectiveSqlOperatorTable {
     ScalarSqlFunctions.REGEXP_REPLACE,
     SqlStdOperatorTable.TRUNCATE,
 
+    // TIME FUNCTIONS
+    SqlStdOperatorTable.YEAR,
+    SqlStdOperatorTable.QUARTER,
+    SqlStdOperatorTable.MONTH,
+    SqlStdOperatorTable.WEEK,
+    SqlStdOperatorTable.HOUR,
+    SqlStdOperatorTable.MINUTE,
 
 Review comment:
   Do these added operators have their implementations now ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to