rip-nsk opened a new issue, #307:
URL: https://github.com/apache/iceberg-cpp/issues/307

   The ManifestWriter/ManifestListWriter API uses the std::shared_ptr<FileIO> 
parameter for the IO interface,
   which actually should be an internal arrow::ArrowFileSystemFileIO (not 
publicly accessible).
   It appears that only the file fs field is actually utilized.
   ```c++
     auto io = 
internal::checked_pointer_cast<arrow::ArrowFileSystemFileIO>(options.io);
     ICEBERG_ARROW_ASSIGN_OR_RETURN(auto output, 
io->fs()->OpenOutputStream(options.path));
   ```
   


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