[GLUTEN-10773][VL] Add support for Velox expression.max_compiled_regexes configuration#10776
Merged
philo-he merged 3 commits intoapache:mainfrom Oct 9, 2025
Merged
Conversation
dffa583 to
cf309b7
Compare
Contributor
Author
|
@marin-ma Could you help to take a look? Thanks. |
Contributor
Author
|
@philo-he Would you like to take a look? Thanks! |
jackylee-ch
reviewed
Sep 29, 2025
| | spark.gluten.sql.columnar.shuffle.celeborn.fallback.enabled | true | If enabled, fall back to ColumnarShuffleManager when celeborn service is unavailable.Otherwise, throw an exception. | | ||
| | spark.gluten.sql.columnar.shuffle.celeborn.useRssSort | true | If true, use RSS sort implementation for Celeborn sort-based shuffle.If false, use Gluten's row-based sort implementation. Only valid when `spark.celeborn.client.spark.shuffle.writer` is set to `sort`. | | ||
| | spark.gluten.sql.columnar.shuffle.codec | <undefined> | By default, the supported codecs are lz4 and zstd. When spark.gluten.sql.columnar.shuffle.codecBackend=qat,the supported codecs are gzip and zstd. | | ||
| | spark.gluten.sql.columnar.partial.generate | true | Evaluates the non-offload-able HiveUDTF using vanilla Spark generator | |
Contributor
There was a problem hiding this comment.
seems no need change, can we remove it?
Contributor
Author
There was a problem hiding this comment.
It was generated by dev/gen_all_config_docs.sh. Next one who wants to generate doc will submit same change.
philo-he
reviewed
Sep 29, 2025
Member
philo-he
left a comment
There was a problem hiding this comment.
Some minor comments. Thanks.
philo-he
approved these changes
Sep 30, 2025
Member
philo-he
left a comment
There was a problem hiding this comment.
Looks good. Thanks. cc @jackylee-ch
Contributor
Author
|
@philo-he Could you merge this PR? Thanks. |
expression.max_compiled_regexes configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
Fixes #10773
How was this patch tested?
Integrated test