gazelle_plugin
gazelle_plugin copied to clipboard
Some functions are not supported in WSCG
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, 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.