XuQianJin-Stars 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_r396858438
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/expressions/ScalarFunctionsTest.scala
##########
@@ -4195,4 +4195,48 @@ class ScalarFunctionsTest extends ScalarTypesTestBase {
"f55=f57",
"true")
}
+
+ //-------------------------------------------------------------------
+ // JSON functions
+ //-------------------------------------------------------------------
+ @Test
+ def testJsonExists(): Unit = {
Review comment:
> I prefer we do not add these table api related expressions for now,
You are right, Let me do not add these table api related expressions for 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