Skip to content

Commit

Permalink
remove order by
Browse files Browse the repository at this point in the history
  • Loading branch information
himadripal committed Oct 18, 2024
1 parent 64598f3 commit 8493934
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,6 @@ class KeyGroupedPartitioningSuite extends DistributionAndOrderingSuiteBase {
|t1.store_id, t1.dept_id, t1.data, t2.data
|FROM testcat.ns.$table1 t1 JOIN testcat.ns.$table2 t2
|ON t1.store_id = t2.store_id AND t1.dept_id = t2.dept_id
|ORDER BY t1.store_id, t1.dept_id, t1.data, t2.data
|""".stripMargin)

val shuffles = collectShuffles(df.queryExecution.executedPlan)
Expand Down

0 comments on commit 8493934

Please sign in to comment.