We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc483b commit 8119e9fCopy full SHA for 8119e9f
server/src/query/stream_schema_provider.rs
@@ -233,7 +233,6 @@ async fn collect_from_snapshot(
233
fn partitioned_files(
234
manifest_files: Vec<catalog::manifest::File>,
235
table_schema: &Schema,
236
- // target_partition: usize,
237
) -> (Vec<Vec<PartitionedFile>>, datafusion::common::Statistics) {
238
let target_partition = num_cpus::get();
239
let mut partitioned_files = Vec::from_iter((0..target_partition).map(|_| Vec::new()));
0 commit comments