wangyum commented on pull request #31822: URL: https://github.com/apache/spark/pull/31822#issuecomment-798125473
There are still some rules that have not been cleaned up: https://github.com/apache/spark/blob/9e6882feca0800d5d4f9920886cb5dae73bbe1d4/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CTESubstitution.scala#L34 https://github.com/apache/spark/blob/e3058ba17cb4512537953eb4ded884e24ee93ba2/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/DecimalPrecision.scala#L84 https://github.com/apache/spark/blob/66c5e0132209a5a94f9d7efb5e895f143b0ef53b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveUnion.scala#L101 https://github.com/apache/spark/blob/5d9cfd727c21f0f50f92c0236cdeb20f3b9111dc/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/TypeCoercion.scala#L275 https://github.com/apache/spark/blob/32a523b56fc329e858f3a463314c13e3710be5e0/sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/QueryStageExec.scala#L225 ---------------------------------------------------------------- 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]
