akurmustafa commented on issue #18202: URL: https://github.com/apache/datafusion/issues/18202#issuecomment-3459092116
Unfortunately, as far as I know there is no easy way to tell and we don't have enough documentation in this field. However, as you observed if a plan passes from `SanityCheckPlan ` when sources are unbounded, there shouldn't be no pipeline breaking operator within the final plan (I guess, this is true for your case. I imagine you didn't get any error from `SanityCheckPlan` rule). However, I cannot understand why you don't see any result during execution. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
