Skip to content

Commit 9868b7e

Browse files
committed
ident
1 parent 8ad6897 commit 9868b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class AnalysisSuite extends AnalysisTest {
218218
nullResult,
219219
udf4)
220220
// checkUDF(udf4, expected4)
221-
}
221+
}
222222

223223
test("SPARK-11863 mixture of aliases and real columns in order by clause - tpcds 19,55,71") {
224224
val a = testRelation2.output(0)

0 commit comments

Comments
 (0)