why we map lt function to lessthan function? #6247
Unanswered
HaoChen-ch
asked this question in
Q&A
Replies: 1 comment
-
@HaoChen-ch, maybe, the mapping is for fixing semantic issues. You can try to remove them to see whether Spark UTs (already imported into Gluten) can pass. |
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.
-
incubator-gluten/cpp/velox/substrait/SubstraitParser.cc
Line 382 in 3a42e8f
It seems that lt function is different with lessthan function .and lt use simd instruct to accelerate fliter ,why not use le ? same as lte,gt, gt2, ...
Beta Was this translation helpful? Give feedback.
All reactions