cloud-fan commented on a change in pull request #24129: [SPARK-27190][SQL] add 
table capability for streaming
URL: https://github.com/apache/spark/pull/24129#discussion_r271814287
 
 

 ##########
 File path: 
sql/core/src/main/java/org/apache/spark/sql/sources/v2/SupportsRead.java
 ##########
 @@ -22,9 +22,10 @@
 import org.apache.spark.sql.util.CaseInsensitiveStringMap;
 
 /**
- * An internal base interface of mix-in interfaces for readable {@link Table}. 
This adds
- * {@link #newScanBuilder(CaseInsensitiveStringMap)} that is used to create a 
scan for batch,
- * micro-batch, or continuous processing.
+ * A mix-in interface of {@link Table}, to indicate that it's readable.
+ * <p>
+ * This defines {@link #newScanBuilder(CaseInsensitiveStringMap)} that is used 
to create a scan
+ * builder for batch, micro-batch, or continuous processing.
 
 Review comment:
   The reason is, it's not an internal interface anymore. With table capability 
API, users need to implement this interface explicitly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to