rdblue commented on a change in pull request #828:
URL: https://github.com/apache/iceberg/pull/828#discussion_r434916432
##########
File path: spark/src/main/java/org/apache/iceberg/spark/source/Reader.java
##########
@@ -178,6 +195,30 @@ public StructType readSchema() {
return lazyType();
}
+ /**
+ * This is called in the Spark Driver when data is to be materialized into
{@link ColumnarBatch}
+ */
+ @Override
+ public List<InputPartition<ColumnarBatch>> planBatchInputPartitions() {
Review comment:
I added cases to TestSparkReadProjection that use this path in the PR
against your branch.
----------------------------------------------------------------
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]