Remove 'substraitVeloxFunctionMap_' #7920
zhli1142015
started this conversation in
Ideas
Replies: 3 comments
-
|
cc @jinchengchenghh , @FelixYBW , @zhouyuan , @rui-mo , thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes, Let's remove it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I assume not, the function name in substrait origins from https://github.com/substrait-io/substrait/blob/main/extensions/functions_comparison.yaml, and the function name in velox is same with Spark, so we should have a mapping for them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looks some function are reigistered with different names in Gluten and Velox, so we added the map
substraitVeloxFunctionMap_. Now we alredy have separate spark function registers. Should we rename these fucntions in Velox to remove this map?facebookincubator/velox#11454 (comment)
Beta Was this translation helpful? Give feedback.
All reactions