pvary commented on code in PR #16569:
URL: https://github.com/apache/iceberg/pull/16569#discussion_r3322274903
##########
core/src/main/java/org/apache/iceberg/BasePartitionStatisticsScan.java:
##########
@@ -73,13 +77,15 @@ public CloseableIterable<PartitionStatistics> scan() {
Types.StructType partitionType = Partitioning.partitionType(table);
Schema schema = PartitionStatistics.schema(partitionType,
TableUtil.formatVersion(table));
+ Schema readSchema =
Review Comment:
How do we handle invalid projections in other places? Like projecting an
unknown column, or projecting a V3 column for a V2 table?
--
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]