zhangbutao commented on code in PR #10449:
URL: https://github.com/apache/iceberg/pull/10449#discussion_r1634220405
##########
mr/src/test/java/org/apache/iceberg/mr/TestIcebergInputFormats.java:
##########
@@ -234,6 +234,8 @@ public void testProjection() throws Exception {
Schema projection = TypeUtil.select(SCHEMA, ImmutableSet.of(1));
builder.project(projection);
+ // project() is the first to be applied on scan, so the select() won't
take effect.
+ builder.select("id");
Review Comment:
The final test is already here
https://github.com/apache/iceberg/pull/10449/commits/5c695e504cac1b6347a56a05b7407818aa967a17,
what else do I need to do?
--
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]