JFinis opened a new issue, #8684:
URL: https://github.com/apache/iceberg/issues/8684

   ### Apache Iceberg version
   
   1.3.1 (latest release)
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug 🐞
   
   The 
[spec](https://github.com/apache/iceberg/blob/3f2884c6d2e514f1112bd440fedfbb7d30227a96/format/spec.md?plain=1#L545)
 calls the following fields as follows:
   
    504 added_files_count 
   505 existing_files_count 
   506 deleted_files_count
   
   The 
[implementation](https://github.com/apache/iceberg/blob/3f2884c6d2e514f1112bd440fedfbb7d30227a96/api/src/main/java/org/apache/iceberg/ManifestFile.java#L55)
 calls them as follows:
   
       optional(504, "added_data_files_count"
         optional(505, "existing_data_files_count"
         optional(506, "deleted_data_files_count"
   
   And hence the produced iceberg use these field names, which deviate from the 
names in the spec. Either the spec or the implementation should be updated.
   
   


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to