liunaijie commented on issue #8803:
URL: https://github.com/apache/seatunnel/issues/8803#issuecomment-2680086533

   ```
   env {
     parallelism = 4
     job.mode = "BATCH"
     checkpoint.interval = 100000
   }
   
   source {
     Clickhouse {
       host = "192.168.0.22:8123"
       database = "default"
       sql = "select * from argus.test limit 100"
       username = "default"
       password = "xxx"
       clickhouse.config = {
         "socket_timeout": "300000"
       }
     }
   }
   ```
   
   When you use this job config with `parallelism=4` and the SQL query includes 
`LIMIT 100`, what will be the final result size?
   Based on my understanding, it should be 400. Is that correct?
   


-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to