rdblue commented on PR #5338:
URL: https://github.com/apache/iceberg/pull/5338#issuecomment-1207495393

   @Fokko, sorry, but I think I was wrong in my initial review. I think instead 
of renaming these, we actually want to rename the fields that we write so that 
they match the spec. Because we use the same column for both `DataFile` and 
`DeleteFile` to count the number of `ADDED` rows, we should use a neutral name 
so `added_files_count` is correct.
   
   Looks like the problem here is that the original `added_data_files_count` is 
used instead of `added_files_count`, not that the variable names don't match.


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