beliefer commented on PR #40287:
URL: https://github.com/apache/spark/pull/40287#issuecomment-1458193681

   > Ehhhh... SQL/scala/Python all use the analyzer; they are all just 
frontends to the same thing.
   
   I found the reason. Although the scala API use analyzer too. `object 
ResolveLambdaVariables extends Rule[LogicalPlan]` can't resolve the issue.
   See at: 
https://github.com/apache/spark/blob/2e7207f96e1ff848def135de63f63bcda7402517/sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala#L5250
   
![image](https://user-images.githubusercontent.com/8486025/223439443-efa6346d-a829-4dd2-a430-df5f24fbd819.png)
   
   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

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