gazelle_plugin icon indicating copy to clipboard operation
gazelle_plugin copied to clipboard

Some functions are not supported in WSCG

Open jackylee-ch opened this issue 2 years ago • 1 comments

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

jackylee-ch avatar Jun 20 '22 16:06 jackylee-ch

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

PHILO-HE avatar Jun 21 '22 12:06 PHILO-HE