Skip to content

Commit 8119e9f

Browse files
committed
feat: upgrade dependencies (parseablehq#950)
also update row group size
1 parent 3cc483b commit 8119e9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/query/stream_schema_provider.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ async fn collect_from_snapshot(
233233
fn partitioned_files(
234234
manifest_files: Vec<catalog::manifest::File>,
235235
table_schema: &Schema,
236-
// target_partition: usize,
237236
) -> (Vec<Vec<PartitionedFile>>, datafusion::common::Statistics) {
238237
let target_partition = num_cpus::get();
239238
let mut partitioned_files = Vec::from_iter((0..target_partition).map(|_| Vec::new()));

0 commit comments

Comments
 (0)