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

    https://github.com/apache/spark/pull/23208#discussion_r239469368
  
    --- Diff: 
sql/core/src/main/java/org/apache/spark/sql/sources/v2/SupportsBatchWrite.java 
---
    @@ -25,14 +25,14 @@
     import org.apache.spark.sql.types.StructType;
     
     /**
    - * A mix-in interface for {@link DataSourceV2}. Data sources can implement 
this interface to
    + * A mix-in interface for {@link Table}. Data sources can implement this 
interface to
      * provide data writing ability for batch processing.
      *
      * This interface is used to create {@link BatchWriteSupport} instances 
when end users run
      * {@code Dataset.write.format(...).option(...).save()}.
      */
     @Evolving
    -public interface BatchWriteSupportProvider extends DataSourceV2 {
    +public interface SupportsBatchWrite extends Table {
    --- End diff --
    
    That's why I left 
https://github.com/apache/spark/pull/23208#discussion_r238524973 .
    
    namings are welcome!


---

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

Reply via email to