This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 7adbd30b91 [GLUTEN-9113][VL] Remove unused function mapping for 
`not_equal` (#9114)
7adbd30b91 is described below

commit 7adbd30b918018cbc830150118d1f3d2fdeb3eb4
Author: Kevin Pis <[email protected]>
AuthorDate: Wed Mar 26 10:59:48 2025 +0800

    [GLUTEN-9113][VL] Remove unused function mapping for `not_equal` (#9114)
---
 cpp/velox/substrait/SubstraitParser.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpp/velox/substrait/SubstraitParser.cc 
b/cpp/velox/substrait/SubstraitParser.cc
index 1b689baa1b..ed4ad36c68 100644
--- a/cpp/velox/substrait/SubstraitParser.cc
+++ b/cpp/velox/substrait/SubstraitParser.cc
@@ -393,7 +393,6 @@ std::unordered_map<std::string, std::string> 
SubstraitParser::substraitVeloxFunc
     {"lte", "lessthanorequal"},
     {"gt", "greaterthan"},
     {"gte", "greaterthanorequal"},
-    {"not_equal", "notequalto"},
     {"char_length", "length"},
     {"strpos", "instr"},
     {"ends_with", "endswith"},


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to