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
We meet some error, which called job aborted, with WSCG
java.lang.RuntimeException: split_part is currently not supported in WSCG.
Caused by: java.lang.RuntimeException: split_part is currently not supported in WSCG.
java.lang.RuntimeException: is_substr is currently not supported in WSCG.
Caused by: java.lang.RuntimeException: is_substr is currently not supported in WSCG.
java.lang.RuntimeException: ends_with is currently not supported in WSCG.
Caused by: java.lang.RuntimeException: ends_with is currently not supported in WSCG.
java.lang.RuntimeException: concatOperator is currently not supported in WSCG.
Caused by: java.lang.RuntimeException: concatOperator is currently not supported in WSCG.
java.lang.RuntimeException: concatOperator is currently not supported in WSCG.
Caused by: java.lang.RuntimeException: concatOperator is currently not supported in WSCG.
java.lang.RuntimeException: rlike is currently not supported in WSCG.
Caused by: java.lang.RuntimeException: rlike is currently not supported in WSCG.
java.lang.RuntimeException: split_part is currently not supported in WSCG.
Caused by: java.lang.RuntimeException: split_part is currently not supported in WSCG.
To Reproduce
Expected behavior
No error can be found
Additional context
None
The text was updated successfully, but these errors were encountered:
@jackylee-ch, please let me know whether these functions are wrapped by some outer functions. Even though the outer function supports columnar codegen, it still needs to call inner function's supportColumnarCodegen to reflect the overall support state.
Describe the bug
We meet some error, which called job aborted, with WSCG
To Reproduce
Expected behavior
No error can be found
Additional context
None
The text was updated successfully, but these errors were encountered: