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

    https://github.com/apache/spark/pull/22758#discussion_r226197174
  
    --- 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 --
    
    Right. i think some misunderstanding i will recheck into this. Thanks


---

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

Reply via email to