syun64 commented on PR #876: URL: https://github.com/apache/iceberg-python/pull/876#issuecomment-2208991366
Hi @Fokko this is an interesting find. Is my understanding of the issue correct? When we are writing an empty commit, we are already creating an empty avro file (manifest list) in some edge cases (like on Spark Iceberg table creation or on empty table commits on an empty table), so instead of raising an exception when we write an empty avro file, we are raising an exception when we write an empty manifest file instead. -- 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]
