Hisoka-X commented on code in PR #4261:
URL: https://github.com/apache/flink-cdc/pull/4261#discussion_r2766863834


##########
flink-cdc-composer/src/test/resources/specs/nested.yaml:
##########
@@ -35,7 +35,7 @@
     id_
     PARSE_JSON(id_) AS variant_id_
     PARSE_JSON('[' || id_ || ',' || bool_ || ']') AS variant_array_
-    PARSE_JSON('{\"id\": ' || id_ || ', \"name\": \"' || string_ || '\"}') AS 
variant_doc_
+    PARSE_JSON('{"id": ' || id_ || ', "name": "' || string_ || '"}') AS 
variant_doc_

Review Comment:
   Fixing the incorrect usage of the `parse_json` function. cc @lvyanquan 
@yuxiqian 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to