Module orchestration

Source
Expand description

Module containing helper methods/traits related to orchestrating file serialization, streaming to object store, parallelization, and abort handling

Functionsยง

spawn_writer_tasks_and_join
Orchestrates multipart put of a dynamic number of output files from a single input stream for any statelessly serialized file type. That is, any file type for which each RecordBatch can be serialized independently of all other RecordBatchs.