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_r272428014
##########
File path:
sql/core/src/main/java/org/apache/spark/sql/sources/v2/reader/Scan.java
##########
@@ -90,8 +88,8 @@ default MicroBatchStream toMicroBatchStream(String
checkpointLocation) {
/**
* Returns the physical representation of this scan for streaming query with
continuous mode. By
* default this method throws exception, data sources must overwrite this
method to provide an
- * implementation, if the {@link Table} that creates this scan implements
- * {@link SupportsContinuousRead}.
+ * implementation, if the {@link Table} that creates this scan returns
+ * {@link TableCapability#CONTINUOUS_READ} support in its {@link
Table#capabilities()}.
Review comment:
How can we move this? `SupportsContinuousRead` is removed in this PR and
`TableCapability#CONTINUOUS_READ` is added in this PR.
----------------------------------------------------------------
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]