hadoopkandy commented on PR #5960:
URL: https://github.com/apache/kyuubi/pull/5960#issuecomment-1893000696

   > I'm not very familiar with the streaming process, does Flink/Beam have 
such a switch to control the behavior of timeout reached but query not 
completed?
   
   As I understand ,Streaming query does't have that switch. Considering such 
case, if there are many rows data in Kafka, we use query from kafka with limit 
1 , should we return one row data or timeout ? For jdbc client,I think we shoud 
return one row. Considering of such situation,when timeout is reached, hasNext 
should be false as the streaming query is not finished.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to