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
Change formatting
  • Loading branch information
skambha committed Apr 27, 2020
commit 1adc512b41647f7b788e2af5a3c6659dac34439d
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class DataFrameSuite extends QueryTest
}
}

test("SPARK-28067 - Aggregate sum should not return wrong results for decimal overflow") {
test("SPARK-28067: Aggregate sum should not return wrong results for decimal overflow") {
Seq(true, false).foreach { ansiEnabled =>
withSQLConf((SQLConf.ANSI_ENABLED.key, ansiEnabled.toString)) {
val df = Seq(
Expand Down