stevenzwu commented on code in PR #4580:
URL: https://github.com/apache/iceberg/pull/4580#discussion_r852295413
##########
api/src/main/java/org/apache/iceberg/TableScan.java:
##########
@@ -107,24 +68,6 @@ default TableScan select(String... columns) {
return select(Lists.newArrayList(columns));
Review Comment:
couldn't move this select method to the `Scan` interface, as API
compatibility check tool shows that the return type of `TableScan` is changed
to `Scan` probably due to varargs.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]