Skip to content
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

[GLUTEN-7631][VL] Fallback lead/lag if input is foldable #8038

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zml1206
Copy link
Contributor

@zml1206 zml1206 commented Nov 25, 2024

What changes were proposed in this pull request?

Velox does not support lead/lag when its input is foldable.

(Fixes: #7631)

How was this patch tested?

UT

@github-actions github-actions bot added CORE works for Gluten Core VELOX labels Nov 25, 2024
Copy link

#7631

Copy link

Run Gluten Clickhouse CI on x86

@PHILO-HE
Copy link
Contributor

@zml1206, thanks for your pr! What's Velox's current behavior for this case? Will Velox interrupt with some error?

@zml1206
Copy link
Contributor Author

zml1206 commented Nov 26, 2024

@zml1206, thanks for your pr! What's Velox's current behavior for this case? Will Velox interrupt with some error?

The error reported by velox is the same as the error reported by gluten in the issue, "bad optional access".
image

image

@zml1206
Copy link
Contributor Author

zml1206 commented Nov 26, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CORE works for Gluten Core VELOX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[VL] Bad optional access with lag function in Window
2 participants