You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this issue when fixing CI failure in #651.
Currently we wrongly ignore window expressions if its direct child expression is not a WindowExpression. It causes the following simple Spark query fail to run in Comet:
spark.sql("select sum(a) over () from values 1.0, 2.0, 3.0 T(a)")
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I found this issue when fixing CI failure in #651.
Currently we wrongly ignore window expressions if its direct child expression is not a
WindowExpression
. It causes the following simple Spark query fail to run in Comet:Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: