Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add JIRA #.
  • Loading branch information
imback82 committed Sep 7, 2020
commit de29343b8c93a7f3b17f45cbf05fc1b854d99ef1
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ class JoinSuite extends QueryTest with SharedSparkSession with AdaptiveSparkPlan
}
}

test("SPARK-XXXXX: Optimize sort merge join with partial hash distribution") {
test("SPARK-32806: Optimize sort merge join with partial hash distribution") {
withSQLConf(SQLConf.AUTO_BROADCASTJOIN_THRESHOLD.key -> "0") {
withTable("t1", "t2") {
val df1 = (0 until 100).map(i => (i % 5, i % 13, i.toString)).toDF("i1", "j1", "k1")
Expand Down