Fokko commented on PR #5439:
URL: https://github.com/apache/iceberg/pull/5439#issuecomment-1207475027

   > Once we put it into the base class, it becomes part of the api though. 
Seems like if this is specific to the implementation (e.g. hive metastore) we 
could just use something directly from there without going through FileIO.
   
   It would be relevant for every catalog that creates the table metadata (the 
REST catalog does this for us).
   
   > HDFS will automatically create directories. If we want to test locally, we 
should make a LocalFileIO that has the expected behavior.
   
   Alright, in that case, it doesn't make sense to implement this in the actual 
code. I'll create a wrapper for any FileIO that will first create the directory.


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