kou commented on PR #38708:
URL: https://github.com/apache/arrow/pull/38708#issuecomment-1813644050

   > The only part I'm questioning is whether to return 
`arrow::Status::NotImplemented` on flat blob storage accounts. Possibly it 
would be better just to return a success status without doing anything.
   > 
   > I think the right choice will depend on how much `CreateDir()` is used. 
For example if `CreateDir()` is used every time arrow writes a partitioned 
parquet table, then returning an error status could be a bit of a problem.
   
   Good point! I'll change the behavior to just return `arrow::Status::OK()`.
   


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

Reply via email to