Skip to content

Commit 9a8d853

Browse files
author
Bogdan Raducanu
committed
test rename
1 parent 484c9d6 commit 9a8d853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/WholeStageCodegenSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class WholeStageCodegenSuite extends SparkPlanTest with SharedSQLContext {
144144
assert(createStackGenerator(100).find(isCodeGenerated).isEmpty)
145145
}
146146

147-
test("SPARK-XXXX codegen for comparing structs is incorrect") {
147+
test("SPARK-19512 codegen for comparing structs is incorrect") {
148148
// this would raise CompileException before the fix
149149
spark.range(10)
150150
.selectExpr("named_struct('a', id) as col1", "named_struct('a', id+2) as col2")

0 commit comments

Comments
 (0)