xuanyuanking opened a new pull request #31963: URL: https://github.com/apache/spark/pull/31963
### What changes were proposed in this pull request? Move the checkpoint location resolving into the rule ResolveWriteToStream, which is added in SPARK-34748. ### Why are the changes needed? After SPARK-34748, we have a rule ResolveWriteToStream for the analysis logic for the resolving logic of stream write plans. Based on it, we can further move the checkpoint location resolving work in the rule. Then, all the checkpoint resolving logic was done in the analyzer. ### 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]
