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

    https://github.com/apache/spark/pull/22281#discussion_r213951028
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/sources/v2/DataSourceV2Suite.scala 
---
    @@ -147,37 +172,34 @@ class DataSourceV2Suite extends QueryTest with 
SharedSQLContext {
         }
       }
     
    -  test("partitioning reporting") {
    +  Seq(classOf[PartitionAwareDataSource], 
classOf[JavaPartitionAwareDataSource]).foreach { cls =>
         import org.apache.spark.sql.functions.{count, sum}
    -    Seq(classOf[PartitionAwareDataSource], 
classOf[JavaPartitionAwareDataSource]).foreach { cls =>
    -      withClue(cls.getName) {
    --- End diff --
    
    The diff here is mainly indentation. I tried to reduce the diff but failed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to