luzongzhu commented on issue #5474:
URL: https://github.com/apache/seatunnel/issues/5474#issuecomment-1719193799

   > I also am testing with the postman, found no problem, all of your server 
deployment/opt/apache - seatunnel - 2.3.3 / connectors/seatunnel is consistent? 
What is line 341 in your code that gives an error.
   
   @zhibinF 
服务端用的代码就是我们2.3.3的发行版,我只是做了connector的改动,但是我觉得这跟我使用什么connector没有太大关系,因为我使用文档给的DEMO去请求
 /hazelcast/rest/maps/submit-job 也是同样的错误。
   {
       "env": {
           "job.mode": "batch"
       },
       "source": [
           {
               "plugin_name": "FakeSource",
               "result_table_name": "fake",
               "row.num": 100,
               "schema": {
                   "fields": {
                       "name": "string",
                       "age": "int",
                       "card": "int"
                   }
               }
           }
       ],
       "transform": [
       ],
       "sink": [
           {
               "plugin_name": "Console",
               "source_table_name": ["fake"]
           }
       ]
   }


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