ConeyLiu commented on code in PR #7833:
URL: https://github.com/apache/iceberg/pull/7833#discussion_r1232352069
##########
data/src/test/java/org/apache/iceberg/data/TestGenericReaderDeletes.java:
##########
@@ -46,12 +47,13 @@ protected void dropTable(String name) {
@Override
public StructLikeSet rowSet(String name, Table table, String... columns)
throws IOException {
- StructLikeSet set = StructLikeSet.create(table.schema().asStruct());
+ Types.StructType recordSchema = table.schema().select(columns).asStruct();
Review Comment:
why change this?
--
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]