JingsongLi commented on code in PR #6752:
URL: https://github.com/apache/paimon/pull/6752#discussion_r2605504910
##########
paimon-core/src/main/java/org/apache/paimon/table/source/ReadBuilderImpl.java:
##########
@@ -183,7 +186,11 @@ public ReadBuilder dropStats() {
@Override
public TableScan newScan() {
- InnerTableScan tableScan = configureScan(table.newScan());
+ InnerTableScan scan = table.newScan();
Review Comment:
tableScan
--
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]