Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Some functions are not supported in WSCG #981

Open
jackylee-ch opened this issue Jun 20, 2022 · 1 comment
Open

Some functions are not supported in WSCG #981

jackylee-ch opened this issue Jun 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@jackylee-ch
Copy link
Contributor

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

@PHILO-HE
Copy link
Collaborator

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants