xiaochen-zhou commented on code in PR #9712:
URL: https://github.com/apache/seatunnel/pull/9712#discussion_r2286720377


##########
seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/jsonpath/JsonPathTransformConfig.java:
##########
@@ -114,24 +114,42 @@ public static JsonPathTransformConfig of(ReadonlyConfig 
config, CatalogTable tab
                             .map(ErrorHandleWay::valueOf)
                             .orElse(null);
 
-            SeaTunnelDataType<?> srcFieldDataType =
-                    
SeaTunnelDataTypeConvertorUtil.deserializeSeaTunnelDataType(srcField, type);
+            String[] pathArray = paths.split(";");

Review Comment:
   > why not use `,`?
   
   When dest_type contains some complex data types like decimal(4,2), use `,` 
may cause issues.



-- 
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