aokolnychyi commented on code in PR #8157:
URL: https://github.com/apache/iceberg/pull/8157#discussion_r1275444920
##########
core/src/main/java/org/apache/iceberg/DeleteFileIndex.java:
##########
@@ -414,7 +441,7 @@ Builder scanMetrics(ScanMetrics newScanMetrics) {
DeleteFileIndex build() {
// read all of the matching delete manifests in parallel and accumulate
the matching files in
// a queue
- Queue<ManifestEntry<DeleteFile>> deleteEntries = new
ConcurrentLinkedQueue<>();
+ Queue<DeleteFile> files = new ConcurrentLinkedQueue<>();
Review Comment:
I will need this change for distributed planning as well.
--
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]