We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c280092 commit 4b9ad84Copy full SHA for 4b9ad84
1 file changed
core/src/main/java/org/opensearch/sql/expression/function/PPLFuncImpTable.java
@@ -234,7 +234,6 @@ void populate() {
234
registerOperator(IS_NULL, SqlStdOperatorTable.IS_NULL);
235
registerOperator(IF, SqlStdOperatorTable.CASE);
236
registerOperator(IFNULL, SqlStdOperatorTable.COALESCE);
237
- registerOperator(IS_PRESENT, SqlStdOperatorTable.IS_NOT_NULL);
238
registerOperator(EARLIEST, PPLBuiltinOperators.EARLIEST);
239
registerOperator(LATEST, PPLBuiltinOperators.LATEST);
240
registerOperator(COALESCE, SqlStdOperatorTable.COALESCE);
0 commit comments