rip-nsk commented on issue #307:
URL: https://github.com/apache/iceberg-cpp/issues/307#issuecomment-3523528834

   I'm referring to the process of writing a manifest in Avro format, which is 
a basic metadata operation (within libicebrg):
   iceberg::ManifestWriter::Make*Writer 
   -> iceberg::OpenFileWriter 
   -> iceberg::WriterFactoryRegistry::Open(FileFormatType::kAvro 
   -> iceberg::avro::CreateOutputStream
   The manifest can be large, potentially reaching hundreds of MBs or even a 
few GBs, due to the included statistics.


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