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 a95dffa commit 1a66604Copy full SHA for 1a66604
datafusion/core/src/datasource/physical_plan/mod.rs
@@ -475,7 +475,7 @@ fn get_projected_output_ordering(
475
}) {
476
debug!(
477
"Skipping specified output ordering {:?}. \
478
- Some file group couldn't be determined to be sorted: {:?}",
+ Some file groups couldn't be determined to be sorted: {:?}",
479
base_config.output_ordering[0], base_config.file_groups
480
);
481
return vec![];
0 commit comments