HeartSaVioR commented on code in PR #54085:
URL: https://github.com/apache/spark/pull/54085#discussion_r2761698253


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/python/streaming/PythonStreamingDataSourceSuite.scala:
##########


Review Comment:
   It happens with Trigger.AvailableNow; I'll check whether we do not have one; 
maybe that needs some union or stream-stream join since we still need to 
trigger the microbatch to verify the behavior. (If latestOffset returns the 
same offset and it's the only stream, we don't trigger the microbatch.)



##########
sql/core/src/test/scala/org/apache/spark/sql/execution/python/streaming/PythonStreamingDataSourceSuite.scala:
##########


Review Comment:
   It happens with Trigger.AvailableNow; I'll check whether we do not have one 
for processing time timer; maybe that needs some union or stream-stream join 
since we still need to trigger the microbatch to verify the behavior. (If 
latestOffset returns the same offset and it's the only stream, we don't trigger 
the microbatch.)



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