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
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Describe the bug
Columnar operator codegen does not check it's expressions
To Reproduce
e.g.
case when xxx then (floor())
check expression in each operator before doing codegen
Expected behavior
codegen should be disabled if there are some unsupported expressions
Additional context
N/A
The text was updated successfully, but these errors were encountered: