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:  Found in the log that it was converted into Map<String, List<Map<String, Object>>>:  -- 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]
