Re: [PR] [FLINK-37374][table] Add the built-in function JSON for JSON_ARRAY [flink]

2025-02-26 Thread via GitHub
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

Re: [PR] [FLINK-37374][table] Add the built-in function JSON for JSON_ARRAY [flink]

2025-02-26 Thread via GitHub
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}] +

Re: [PR] [FLINK-37374][table] Add the built-in function JSON for JSON_ARRAY [flink]

2025-02-26 Thread via GitHub
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

Re: [PR] [FLINK-37374][table] Add the built-in function JSON for JSON_ARRAY [flink]

2025-02-26 Thread via GitHub
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

Re: [PR] [FLINK-37374][table] Add the built-in function JSON for JSON_ARRAY [flink]

2025-02-25 Thread via GitHub
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

Re: [PR] [FLINK-37374][table] Add the built-in function JSON for JSON_ARRAY [flink]

2025-02-25 Thread via GitHub
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

Re: [PR] [FLINK-37374][table] Add the built-in function JSON for JSON_ARRAY [flink]

2025-02-24 Thread via GitHub
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

Re: [PR] [FLINK-37374][table] Add the built-in function JSON for JSON_ARRAY [flink]

2025-02-24 Thread via GitHub
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