stevenzwu commented on a change in pull request #2105:
URL: https://github.com/apache/iceberg/pull/2105#discussion_r632168659
##########
File path: flink/src/main/java/org/apache/iceberg/flink/source/DataIterator.java
##########
@@ -62,11 +64,13 @@
// decrypt with the batch call to avoid multiple RPCs to a key server, if
possible
Iterable<InputFile> decryptedFiles =
encryption.decrypt(encrypted::iterator);
- Map<String, InputFile> files =
Maps.newHashMapWithExpectedSize(task.files().size());
+ Map<String, InputFile> files =
Maps.newHashMapWithExpectedSize(combinedTask.files().size());
Review comment:
thx, will fix it
--
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]