Skip to content

Commit e087b1a

Browse files
committed
fix case
1 parent a19535d commit e087b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class ResolveGroupingAnalyticsSuite extends AnalysisTest {
285285
GroupingSets(Seq(Seq(), Seq(unresolved_a), Seq(unresolved_a, unresolved_b)),
286286
Seq(unresolved_a, unresolved_b), r1, Seq(unresolved_a, unresolved_b)))
287287
val expected = Project(Seq(a, b), Sort(
288-
Seq(SortOrder('aggOrder.byte.withNullability(false), Ascending)), true,
288+
Seq(SortOrder('aggOrder.byte.withNullability(true), Ascending)), true,
289289
Aggregate(Seq(a, b, gid),
290290
Seq(a, b, grouping_a.as("aggOrder")),
291291
Expand(

0 commit comments

Comments
 (0)