xuanyuanking opened a new pull request #29633:
URL: https://github.com/apache/spark/pull/29633


   ### What changes were proposed in this pull request?
   Move StreamingRelationV2 to the catalyst module and bind with the Table 
interface.
   
   ### Why are the changes needed?
   Currently, the StreamingRelationV2 is bind with TableProvider. Since the V2 
relation is not bound with `DataSource`, to make it more flexible and have 
better expansibility, it should be moved to the catalyst module and bound with 
the Table interface. We did a similar thing for DataSourceV2Relation.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   Existing UT.
   


----------------------------------------------------------------
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]



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

Reply via email to