[Enhancement] BuiltinFunctionName
does not include all built-in functions
#1051
Labels
maintenance
Code refactoring
What is the bug?
BuiltinFunctionName
should include all built-in functions. But some implemented functions such as JSON_DELETE, JSON_APPEND are not included in this file.opensearch-spark/ppl-spark-integration/src/main/java/org/opensearch/sql/expression/function/BuiltinFunctionName.java
Lines 224 to 228 in c6d8793
It because that the following code is handling this missing functions:
opensearch-spark/ppl-spark-integration/src/main/java/org/opensearch/sql/ppl/utils/BuiltinFunctionTransformer.java
Lines 202 to 208 in c6d8793
BuiltinFunctionName
should include all built-in function of PPL-on-Spark. We need to provide a code refactor.The text was updated successfully, but these errors were encountered: