Github user viirya commented on the issue:
https://github.com/apache/spark/pull/20405
When we use a hint an analyzed plan goes through analysis again. If I
remember it correctly it is happened before analysis barrier is introduced.
This PR wants to wrap an AnalysisBarrier on it so we won't re-analyze it.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
