Skip to content
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

[GLUTEN-8303] Option to exclude components at runtime #8310

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

zhztheplayer
Copy link
Member

@zhztheplayer zhztheplayer commented Dec 23, 2024

New option: spark.gluten.component.exclusions (default value: empty string) to set a comma-separated list of component names to exclude at runtime.

E.g.

spark.gluten.component.exclusions=velox-iceberg to completely exclude Velox+Iceberg support from Gluten.
spark.gluten.component.exclusions=velox-iceberg,velox-delta to exclude Velox+Iceberg, Velox+Delta support from Gluten.

The config option is a static Spark option.

This may fix #8303 as a solution mentioned in #8303 (comment).

@github-actions github-actions bot added the CORE works for Gluten Core label Dec 23, 2024
Copy link

#8303

Copy link

Run Gluten ClickHouse CI on ARM

@zhztheplayer zhztheplayer changed the title [GLUTEN-8303] Option to exclude components at runtime. [GLUTEN-8303] Option to exclude components at runtime Dec 23, 2024
Copy link

Run Gluten ClickHouse CI on ARM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CORE works for Gluten Core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[VL] Component not found when mvn test after mvn install -P iceberg
1 participant