bersprockets commented on issue #25068: [SPARK-28156][SQL][BACKPORT-2.4] Self-join should not miss cached view URL: https://github.com/apache/spark/pull/25068#issuecomment-512664402 I did the following: - replaced `!v.sameOutput(child)` with `output != child.output` - replaced `!Cast.canUpCast` with `Cast.mayTruncate` In the process, I broke a test in SQLViewSuite. I will hunt down the cause tomorrow and hopefully post the changes.
---------------------------------------------------------------- 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]
