Skip to content

Commit e1c6e34

Browse files
committed
Update code
1 parent 9ebfaa4 commit e1c6e34

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/jdbc/JDBCV2Suite.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ class JDBCV2Suite extends QueryTest with SharedSparkSession with ExplainSuiteHel
421421
"PushedGroupByColumns: []"
422422
checkKeywordsExistsInExplain(df, expected_plan_fragment)
423423
}
424-
checkAnswer(df, Seq(Row(2, 1.0)))
424+
checkAnswer(df, Seq(Row(2, 1.5)))
425425
}
426426

427427
test("partitioned scan with aggregate push-down: complete push-down only") {

0 commit comments

Comments
 (0)