rdblue commented on pull request #3293:
URL: https://github.com/apache/iceberg/pull/3293#issuecomment-947869654


   @NeQuissimus, the problem is that the data directory is no longer created in 
the test. I think what's happening is that the Parquet writer no longer creates 
an empty file that later gets deleted. That file create is what creates the 
data directory, so when we go to list it and check that no files were created, 
the check fails. You should be able to update the test code to check whether 
the directory exists and handle this case.


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