houqp commented on issue #746: URL: https://github.com/apache/arrow-rs/issues/746#issuecomment-914927781
As for examples, consume messages from kafka and batch them to parquet files in https://github.com/delta-io/kafka-delta-ingest/blob/main/src/lib.rs. The code is not optimized, but should give you some ideas on how it can the parquet write API works. We don't support dynamic schema at this point and only works with predefined static schema, so the use-case is a little bit different. -- 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]
