Skip to content

Commit 1a66604

Browse files
committed
fix log msg
1 parent a95dffa commit 1a66604

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/src/datasource/physical_plan

1 file changed

+1
-1
lines changed

datafusion/core/src/datasource/physical_plan/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ fn get_projected_output_ordering(
475475
}) {
476476
debug!(
477477
"Skipping specified output ordering {:?}. \
478-
Some file group couldn't be determined to be sorted: {:?}",
478+
Some file groups couldn't be determined to be sorted: {:?}",
479479
base_config.output_ordering[0], base_config.file_groups
480480
);
481481
return vec![];

0 commit comments

Comments
 (0)