-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VL] Should convert kSpillReadBufferSize and kShuffleSpillDiskWriteBufferSize to number #8684
base: main
Are you sure you want to change the base?
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: |
Run Gluten Clickhouse CI on x86 |
@jinchengchenghh @FelixYBW Hey, could you please help review this? Thanks! |
incubator-gluten/shims/common/src/main/scala/org/apache/spark/sql/internal/GlutenConfigUtil.scala Lines 21 to 45 in e009208
|
oh, GlutenConfigUtil only process the config which prefix is 'spark.gluten'. |
Do we need to extend this function to allow all configures? |
yeah, we may need add new method |
Hey @Yohahaha We cannot use How about only extract a specific method that handle bytes value only to reduce duplicates? |
sounds good to me. |
3cf701b
to
590a0a7
Compare
Run Gluten Clickhouse CI on x86 |
What changes were proposed in this pull request?
Fix the issue introduced by #8045, we could meet the error if manually set
spark.unsafe.sorter.spill.reader.buffer.size
to value like2m
We should parse value to number in bytes before put to nativeConf
(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)