apache / incubator-gluten

Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
https://gluten.apache.org/
Apache License 2.0
1.22k stars 437 forks source link

[GLUTEN-7746] [VL] Reduce the thread local cost when calling the hdfs read #7966

Closed JkSelf closed 1 day ago

JkSelf commented 4 days ago

What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

(Fixes: #ISSUE-ID)

How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

github-actions[bot] commented 4 days ago

https://github.com/apache/incubator-gluten/issues/7746

FelixYBW commented 3 days ago

Have you submitted velox PR?

JkSelf commented 3 days ago

Have you submitted velox PR?

@FelixYBW Yes. https://github.com/facebookincubator/velox/pull/11580

zhouyuan commented 1 day ago

closing as it's already picked in oap/velox