libenchao commented on a change in pull request #11186: [FLINK-16200][sql] 
Support JSON_EXISTS for blink planner
URL: https://github.com/apache/flink/pull/11186#discussion_r396104590
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/codegen/calls/BuiltInMethods.scala
 ##########
 @@ -22,11 +22,13 @@ import org.apache.flink.table.dataformat.{Decimal, 
SqlTimestamp}
 import org.apache.flink.table.runtime.functions._
 import org.apache.calcite.avatica.util.TimeUnitRange
 import org.apache.calcite.linq4j.tree.Types
-import org.apache.calcite.runtime.SqlFunctions
+import org.apache.calcite.runtime.{JsonFunctions, SqlFunctions}
 import java.lang.reflect.Method
 import java.lang.{Byte => JByte, Integer => JInteger, Long => JLong, Short => 
JShort}
 import java.util.TimeZone
 
+import org.apache.calcite.sql.SqlJsonExistsErrorBehavior
 
 Review comment:
   import needs to be ordered alphabetically.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to