Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Dec 10, 2024
1 parent 20049b6 commit 2259cae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4544,6 +4544,8 @@ pub(crate) mod tests {
// Since at the start of the rule ordering requirement is satisfied
// EnforceDistribution rule satisfy this requirement also.
"SortRequiredExec: [a@0 ASC]",
// prefer_existing_sort is set to false, it will add another sort
"SortExec: expr=[a@0 ASC], preserve_partitioning=[true]",
"FilterExec: c@2 = 0",
"RepartitionExec: partitioning=RoundRobinBatch(10), input_partitions=10",
"ParquetExec: file_groups={10 groups: [[x:0..20], [y:0..20], [x:20..40], [y:20..40], [x:40..60], [y:40..60], [x:60..80], [y:60..80], [x:80..100], [y:80..100]]}, projection=[a, b, c, d, e], output_ordering=[a@0 ASC]",
Expand Down

0 comments on commit 2259cae

Please sign in to comment.