Github user maropu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21054#discussion_r185783983
  
    --- 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 --
    
    Ah, ok.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to