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

    https://github.com/apache/spark/pull/23086#discussion_r236849290
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala
 ---
    @@ -40,8 +40,8 @@ import org.apache.spark.sql.types.StructType
      * @param userSpecifiedSchema The user-specified schema for this scan.
      */
     case class DataSourceV2Relation(
    -    source: DataSourceV2,
    -    readSupport: BatchReadSupport,
    +    source: TableProvider,
    --- End diff --
    
    May want to note that TableProvider will be removed when the write side is 
finished, since it is only used for `createWriteSupport`, which will be exposed 
through `Table`.


---

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

Reply via email to