hailin0 commented on code in PR #6526:
URL: https://github.com/apache/seatunnel/pull/6526#discussion_r1598238050


##########
seatunnel-connectors-v2/connector-common/src/main/java/org/apache/seatunnel/connectors/seatunnel/common/source/reader/SourceReaderBase.java:
##########
@@ -146,9 +147,15 @@ public void handleSourceEvent(SourceEvent sourceEvent) {
         log.info("Received unhandled source event: {}", sourceEvent);
     }
 
+    protected boolean isNoMoreElement() {

Review Comment:
   No, this is common logic of all connector



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