xi-xi-jun commented on issue #6478:
URL: https://github.com/apache/seatunnel/issues/6478#issuecomment-1987198411

   In addition to my previous description, I've observed that JSON scripts with 
the sink, transform, and source sections written in Map<String, Map<String, 
Object>> format can also be executed. After executing the script, the logs 
reveal that the script is eventually converted into a Map<String, 
List<Map<String, Object>>> type. Therefore, I am curious why the scripts I 
directly wrote in  Map<String, List<Map<String, Object>>> format fail to 
execute.
   This JSON script is executable:
   
![image](https://github.com/apache/seatunnel/assets/113566654/3228935e-45fd-4805-a280-dc50130d61a3)
   Found in the log that it was converted into Map<String, List<Map<String, 
Object>>>:
   
![image](https://github.com/apache/seatunnel/assets/113566654/011cc06d-629c-4ff7-b4a6-1b742780c513)
   


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