-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VL] window function error #6600
Comments
what is the sql and the table metadata? |
The error is caused by window function:
|
Can you assign this issue to me, I want to try to solve it, thank you. @FelixYBW |
@JkSelf Is there dependency of your current streaming window PR? |
@JkSelf Looks the issue isn't fixed by 6600 |
incubator-gluten/backends-velox/src/test/scala/org/apache/gluten/execution/TestOperator.scala Line 377 in 51d0a37
The UT verification here has passed. Are there any special circumstances that have been missed? Can you provide the test sql? @FelixYBW |
@JkSelf Did you verify the SQL I shared? failed from my test. |
@FelixYBW I tested the fix in my local environment and confirmed that the issue has been resolved. However, I encountered the following exception during execution
@zml1206 Do you have time to look at this issue? If not, I can follow up. Thanks. |
I'll try to reproduce and solve it. @JkSelf |
fixed by #6803 |
Backend
VL (Velox)
Bug description
the write columns are all string and bigint. except one date column which is used as partition column.
@JkSelf is the date columun the reason?
Spark version
Spark-3.2.x
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: