aokolnychyi commented on a change in pull request #2362:
URL: https://github.com/apache/iceberg/pull/2362#discussion_r615092739
##########
File path:
spark/src/main/java/org/apache/iceberg/spark/source/BatchDataReader.java
##########
@@ -51,12 +51,10 @@
private final boolean caseSensitive;
private final int batchSize;
- BatchDataReader(
- CombinedScanTask task, Schema expectedSchema, String nameMapping, FileIO
fileIo,
- EncryptionManager encryptionManager, boolean caseSensitive, int size) {
- super(task, fileIo, encryptionManager);
+ BatchDataReader(CombinedScanTask task, Table table, Schema expectedSchema,
boolean caseSensitive, int size) {
Review comment:
Good catch, fixed!
--
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]