mridulm commented on pull request #33556:
URL: https://github.com/apache/spark/pull/33556#issuecomment-892474066


   To add to my comment above - the issue is not whether there are additional 
suffix bytes written alone.
   Rather, if there are suffix bytes written out which are not part of any of 
the segments (and close ends up being the trigger for footer write).
   When `objectsWritten > 0`, then the footer goes in with the rest of the 
segment - but when `objectsWritten == 0`, there is no segment added for that 
footer.


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