Skip to content

Commit

Permalink
test: inconsequential single change in test
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedld committed Feb 22, 2025
1 parent 765d91b commit d5bb721
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,7 @@ fn repartition_transitively_past_sort_with_projection() -> Result<()> {
);

let expected = &[
"SortExec: expr=[c@2 ASC], preserve_partitioning=[true]",
"SortExec: expr=[c@2 ASC], preserve_partitioning=[false]",
// Since this projection is trivial, increasing parallelism is not beneficial
"ProjectionExec: expr=[a@0 as a, b@1 as b, c@2 as c]",
"DataSourceExec: file_groups={1 group: [[x]]}, projection=[a, b, c, d, e], file_type=parquet",
Expand Down

0 comments on commit d5bb721

Please sign in to comment.