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

    https://github.com/apache/spark/pull/22009#discussion_r208336624
  
    --- Diff: 
sql/core/src/main/java/org/apache/spark/sql/sources/v2/MicroBatchReadSupportProvider.java
 ---
    @@ -20,23 +20,29 @@
     import java.util.Optional;
     
     import org.apache.spark.annotation.InterfaceStability;
    -import org.apache.spark.sql.sources.v2.reader.streaming.MicroBatchReader;
    +import org.apache.spark.sql.sources.v2.reader.ScanConfig;
    +import 
org.apache.spark.sql.sources.v2.reader.streaming.MicroBatchReadSupport;
    +import org.apache.spark.sql.sources.v2.reader.streaming.Offset;
     import org.apache.spark.sql.types.StructType;
     
     /**
      * A mix-in interface for {@link DataSourceV2}. Data sources can implement 
this interface to
    - * provide streaming micro-batch data reading ability.
    + * provide data reading ability for stream processing(micro-batch mode).
    --- End diff --
    
    See comment on the continuous version above.


---

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

Reply via email to