LantaoJin commented on pull request #29062:
URL: https://github.com/apache/spark/pull/29062#issuecomment-662354861


   ```
   WITH cte AS (SELECT /*+ REPARTITION(3) */ * FROM t) SELECT * FROM cte
   ```
   throws `java.lang.IllegalStateException: Internal error: logical hint 
operator should have been removed during analysis` at #25029, but throws 
`AnalysisException: cannot resolve` at #27454 (These two PRs are to fix one 
issue SPARK-28228). But between them, there are so many PRs. I can't tell which 
one lead to this change.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to