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

    https://github.com/apache/spark/pull/20959#discussion_r178567646
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonSuite.scala
 ---
    @@ -2127,4 +2127,39 @@ class JsonSuite extends QueryTest with 
SharedSQLContext with TestJsonData {
           assert(df.schema === expectedSchema)
         }
       }
    +
    +  test("schema inferring touches less data if samplingRation < 1.0") {
    --- End diff --
    
    Hi @MaxGekk , since these test-cases in `JsonSuite` are not related to the 
changes made in this patch, can it be raised as a separate PR? 


---

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

Reply via email to