[GLUTEN-6666][VL] Use custom SparkExprToSubfieldFilterParser#6754
[GLUTEN-6666][VL] Use custom SparkExprToSubfieldFilterParser#6754rui-mo merged 1 commit intoapache:mainfrom
Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format? See also: |
|
@rui-mo how many PRs we need to submit to Velox? since there is a gap between Gluten's |
fcaacf7 to
857d4c4
Compare
857d4c4 to
e00cbaa
Compare
4ab8080 to
7a18f66
Compare
d728c2d to
f7cda2a
Compare
|
@GlutenPerfBot benchmark |
Any update? |
@FelixYBW The needed changes on Velox are not much, mainly including the below two commits, and the PRs for them were both opened to Velox. To clean-up Gluten code sooner, we might merge this PR to Gluten first. Thanks. |
can you put the velox PR ID here? |
039124b to
3ca491f
Compare
ep/build-velox/src/get_velox.sh
Outdated
|
|
||
| VELOX_REPO=https://github.com/oap-project/velox.git | ||
| VELOX_BRANCH=2024_11_12 | ||
| VELOX_BRANCH=2024_11_12_1 |
There was a problem hiding this comment.
Is this intended change?
There was a problem hiding this comment.
Yes, it avoids pushing to the previous branch.
Added the PR ID. |
What changes were proposed in this pull request?
Removes separating filter relevant code from Gluten. With a custom filter parser registered, we are able to use Velox provided filter extraction.
Fixes #6666.
How was this patch tested?
Verified the functionality and performance on TPC-DS, TPC-H queries.