mgaido91 commented on a change in pull request #25033: [SPARK-28224] Aggregate
sum large decimals
URL: https://github.com/apache/spark/pull/25033#discussion_r299633266
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
##########
@@ -156,6 +156,25 @@ class DataFrameSuite extends QueryTest with
SharedSQLContext {
structDf.select(xxhash64($"a", $"record.*")))
}
+ test("SPARK-28224: Aggregate sum large big decimal") {
+ for {
Review comment:
```
Seq(true, false).foreach {
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]