LadyForest commented on code in PR #330:
URL: https://github.com/apache/flink-table-store/pull/330#discussion_r1004260736
##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/table/source/TableStreamingReader.java:
##########
@@ -84,11 +84,11 @@ public TableStreamingReader(
@Nullable
public Iterator<RowData> nextBatch() throws IOException {
if (enumerator == null) {
- TableScan scan = table.newScan();
+ DataTableScan scan = (DataTableScan) table.newScan();
Review Comment:
Remove redundant cast?
--
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]