aokolnychyi commented on a change in pull request #1782:
URL: https://github.com/apache/iceberg/pull/1782#discussion_r526331029
##########
File path:
spark3/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java
##########
@@ -133,12 +134,25 @@ public void pruneColumns(StructType requestedSchema) {
this.requestedProjection = requestedSchema;
}
+ public SparkScanBuilder ignoreResiduals() {
Review comment:
I decided to make it configurable so that we can reuse it for
merge-on-read too.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]