Hisoka-X commented on code in PR #7838:
URL: https://github.com/apache/seatunnel/pull/7838#discussion_r1802235393
##########
seatunnel-common/src/main/java/org/apache/seatunnel/common/Handover.java:
##########
@@ -30,7 +30,10 @@ public final class Handover<T> implements Closeable {
new LinkedBlockingQueue<>(DEFAULT_QUEUE_SIZE);
private Throwable error;
- public boolean isEmpty() {
+ public boolean isEmpty() throws Exception {
Review Comment:
Fix Spark will finished even read data failed when read first row.
--
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]