cloud-fan commented on issue #24129: [SPARK-27190][SQL] add table capability for streaming URL: https://github.com/apache/spark/pull/24129#issuecomment-474794099 @rdblue I don't have a good idea about how to do the streaming check in the analyzer. Currently we just transform the plan and do the table capability check in `MicroBatchExecution` and `ContinuousExecution` manually. It should be possible to move the logic to a rule, but that means micro-batch and continuous need different rules, as the checks for micro-batch and continuos are different.
---------------------------------------------------------------- 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]
