-
Notifications
You must be signed in to change notification settings - Fork 461
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] Fallback Window operator if there is a mismatch in output type #5554
Conversation
Is it spark only? if Not is it easy to fix in Velox? Can you open an issue to track in Velox? Let's merge this until it's fixed in Velox. |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
@FelixYBW This is a bug in velox. Fixed in facebookincubator/velox#9818 |
Run Gluten Clickhouse CI |
@JkSelf can we merge the PR? since the velox one is merged |
Oh, looks this one is just a workaround before velox fix. If so, let's close this one. |
@FelixYBW Yes. Will close this PR. |
What changes were proposed in this pull request?
Fallback Window operator if there is a mismatch in output types.
How was this patch tested?
adding new unit test