Skip to content

Commit 4b9ad84

Browse files
committed
remove useless change
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent c280092 commit 4b9ad84

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/main/java/org/opensearch/sql/expression/function/PPLFuncImpTable.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ void populate() {
234234
registerOperator(IS_NULL, SqlStdOperatorTable.IS_NULL);
235235
registerOperator(IF, SqlStdOperatorTable.CASE);
236236
registerOperator(IFNULL, SqlStdOperatorTable.COALESCE);
237-
registerOperator(IS_PRESENT, SqlStdOperatorTable.IS_NOT_NULL);
238237
registerOperator(EARLIEST, PPLBuiltinOperators.EARLIEST);
239238
registerOperator(LATEST, PPLBuiltinOperators.LATEST);
240239
registerOperator(COALESCE, SqlStdOperatorTable.COALESCE);

0 commit comments

Comments
 (0)