amogh-jahagirdar commented on code in PR #16263:
URL: https://github.com/apache/iceberg/pull/16263#discussion_r3220306948


##########
core/src/main/java/org/apache/iceberg/ManifestReader.java:
##########
@@ -252,7 +252,9 @@ private CloseableIterable<ManifestEntry<F>> entries(boolean 
onlyLive) {
 
       return CloseableIterable.filter(
           content == FileType.DATA_FILES
-              ? scanMetrics.skippedDataFiles()
+              ? scanMetrics
+                  .skippedDataFiles() // from a rewrite or merge. Keep their 
original first_row_id

Review Comment:
   typo...



-- 
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]

Reply via email to