forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Description
facebookincubator#12667
Presto and Spark/Gluten register different names for certain operations, e.g. Spark does not register the neq function but contains not and equalto. See the discussions at facebookincubator#11088 (comment)
One possible way is to normalize and map the same operations to a unique Velox representation. A quick solution is for Gluten to register the "neq" function