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

    https://github.com/apache/spark/pull/23086#discussion_r237176552
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala ---
    @@ -38,7 +38,7 @@ import org.apache.spark.sql.execution.datasources.jdbc._
     import 
org.apache.spark.sql.execution.datasources.json.TextInputJsonDataSource
     import org.apache.spark.sql.execution.datasources.v2.DataSourceV2Relation
     import org.apache.spark.sql.execution.datasources.v2.DataSourceV2Utils
    -import org.apache.spark.sql.sources.v2.{BatchReadSupportProvider, 
DataSourceOptions, DataSourceV2}
    +import org.apache.spark.sql.sources.v2._
    --- End diff --
    
    I am using an IDE for this review, but this makes future reviews harder. I 
realize it isn't a major issue, but I think it is a best practice to not use 
wildcard imports.


---

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

Reply via email to