Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23086#discussion_r237111058
  
    --- 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 --
    
    done


---

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

Reply via email to