Skip to content

Commit

Permalink
feat: upgrade dependencies (parseablehq#950)
Browse files Browse the repository at this point in the history
also update row group size
  • Loading branch information
parmesant committed Oct 3, 2024
1 parent 3cc483b commit 8119e9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/query/stream_schema_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ async fn collect_from_snapshot(
fn partitioned_files(
manifest_files: Vec<catalog::manifest::File>,
table_schema: &Schema,
// target_partition: usize,
) -> (Vec<Vec<PartitionedFile>>, datafusion::common::Statistics) {
let target_partition = num_cpus::get();
let mut partitioned_files = Vec::from_iter((0..target_partition).map(|_| Vec::new()));
Expand Down

0 comments on commit 8119e9f

Please sign in to comment.