xiaofan2022 commented on PR #5561:
URL: https://github.com/apache/seatunnel/pull/5561#issuecomment-1758873938

   > After a second consider, I'm a little worry about the scene this PR try to 
solved. Normally, we can try to use batch size to check we can continue read 
next page or not. Eg:
   > 
   > ```
   > batch size = 100
   > if read size < 100 : read fininsh.
   > if read size = 100 : read next page.
   > ```
   > 
   > Could you support this for default way to check read next page or not? I 
think this way will more useful and simple.
   
   if read size>100? next batch?


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