dawidwys merged PR #26199:
URL: https://github.com/apache/flink/pull/26199
--
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: issues-unsubscr...@flink.apac
gustavodemorais commented on code in PR #26199:
URL: https://github.com/apache/flink/pull/26199#discussion_r1971229099
##
docs/data/sql_functions.yml:
##
@@ -1098,6 +1099,15 @@ json:
-- {"K": null}
JSON_OBJECT('K' VALUE JSON(''))
+
+ -- [{"K2":42}]
+
gustavodemorais commented on PR #26199:
URL: https://github.com/apache/flink/pull/26199#issuecomment-2684342682
> @gustavodemorais Do you mind rebasing? I was waiting for a green CI and
then there is a conflict.
Yep, will do it
--
This is an automated message from the Apache Git Se
dawidwys commented on PR #26199:
URL: https://github.com/apache/flink/pull/26199#issuecomment-2684244640
@gustavodemorais Do you mind rebasing? I was waiting for a green CI and then
there is a conflict.
--
This is an automated message from the Apache Git Service.
To respond to the message
davidradl commented on code in PR #26199:
URL: https://github.com/apache/flink/pull/26199#discussion_r1969505434
##
docs/data/sql_functions.yml:
##
@@ -1098,6 +1099,15 @@ json:
-- {"K": null}
JSON_OBJECT('K' VALUE JSON(''))
+
+ -- [{"K2":42}]
+ JS
davidradl commented on code in PR #26199:
URL: https://github.com/apache/flink/pull/26199#discussion_r1969505434
##
docs/data/sql_functions.yml:
##
@@ -1098,6 +1099,15 @@ json:
-- {"K": null}
JSON_OBJECT('K' VALUE JSON(''))
+
+ -- [{"K2":42}]
+ JS
gustavodemorais commented on code in PR #26199:
URL: https://github.com/apache/flink/pull/26199#discussion_r1968533783
##
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/JsonFunctionsITCase.java:
##
@@ -782,14 +783,95 @@ private static List
dawidwys commented on code in PR #26199:
URL: https://github.com/apache/flink/pull/26199#discussion_r1967382597
##
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/JsonFunctionsITCase.java:
##
@@ -782,14 +783,95 @@ private static List jsonSp