cloud-fan commented on issue #24129: [SPARK-27190][SQL] add table capability for streaming URL: https://github.com/apache/spark/pull/24129#issuecomment-475377194 > Why is this being done in the physical plan nodes in the first place How do you come to this conclusion? `MicroBatchExecution` and `ContinuousExecution` still deal with logical plans. I mean it's hard to do the check in a central place, as micro-batch and continuous have different checks. One way I can think of is, let `MicroBatchExecution` and `ContinuousExecution` have different analyzer rules set so that we can add one rule in `MicroBatchExecution` and another rule in `ContinuousExecution`.
---------------------------------------------------------------- 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]
