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

    https://github.com/apache/spark/pull/20397#discussion_r164425194
  
    --- Diff: 
sql/core/src/main/java/org/apache/spark/sql/sources/v2/reader/SupportsScanColumnarBatch.java
 ---
    @@ -30,21 +30,21 @@
     @InterfaceStability.Evolving
     public interface SupportsScanColumnarBatch extends DataSourceV2Reader {
       @Override
    -  default List<ReadTask<Row>> createReadTasks() {
    +  default List<DataReaderFactory<Row>> createDataReaderFactories() {
    --- End diff --
    
    We mentioned it in the classdoc of `DataReaderFactory`


---

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

Reply via email to