Github user mgaido91 commented on a diff in the pull request:
https://github.com/apache/spark/pull/21054#discussion_r185468199
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala ---
@@ -36,6 +36,8 @@ case class Fact(date: Int, hour: Int, minute: Int,
room_name: String, temp: Doub
class DataFrameAggregateSuite extends QueryTest with SharedSQLContext {
import testImplicits._
+ val absTol = 1e-8
--- End diff --
we cannot because this would cause a compile error since there are two
overloaded functions:
```
in class QueryTest, multiple overloaded alternatives of
checkAggregatesWithTol define default arguments
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]