Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22758#discussion_r226150341
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/StatisticsSuite.scala ---
    @@ -1051,7 +1051,8 @@ class StatisticsSuite extends 
StatisticsCollectionTestBase with TestHiveSingleto
     
       test("test statistics of LogicalRelation converted from Hive serde 
tables") {
         Seq("orc", "parquet").foreach { format =>
    -      Seq(true, false).foreach { isConverted =>
    +      // Botth parquet and orc will have Hivestatistics, both are 
convertable to Logical Relation.
    +      Seq(true, true).foreach { isConverted =>
    --- End diff --
    
    This is to test when the conversion is on and off. We shouldn't change it.


---

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

Reply via email to