rdblue commented on a change in pull request #2953:
URL: https://github.com/apache/iceberg/pull/2953#discussion_r707618515
##########
File path: core/src/main/java/org/apache/iceberg/BaseTableScan.java
##########
@@ -296,7 +296,7 @@ private Schema lazyColumnProjection() {
}
requiredFieldIds.addAll(selectedIds);
- return TypeUtil.select(schema, requiredFieldIds);
+ return TypeUtil.project(schema, requiredFieldIds);
Review comment:
I agree with this because it is the opposite of `GetProjectedIds` used
above.
--
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]