combine_parquet_files_from_object_store

Function combine_parquet_files_from_object_store 

Source
pub async fn combine_parquet_files_from_object_store(
    object_store: Arc<dyn ObjectStore>,
    file_paths: Vec<Path>,
    new_file_path: &Path,
    compression: Option<Compression>,
    max_row_group_size: Option<usize>,
) -> Result<()>
Expand description

Combines multiple Parquet files from object store

ยงErrors

Returns an error if file reading or writing fails.