Hisoka-X commented on code in PR #8507:
URL: https://github.com/apache/seatunnel/pull/8507#discussion_r1942217820
##########
seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/source/BaseFileSourceReader.java:
##########
@@ -60,7 +60,8 @@ public void pollNext(Collector<SeaTunnelRow> output) throws
Exception {
try {
// todo: If there is only one table , the tableId is not
needed, but it's better
// to set this
- readStrategy.read(split.splitId(), "", output);
+ // readStrategy.read(split.splitId(),
"", output);
Review Comment:
```suggestion
```
--
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]