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

[VL] partition write assert failed #6151

Open
FelixYBW opened this issue Jun 19, 2024 · 0 comments
Open

[VL] partition write assert failed #6151

FelixYBW opened this issue Jun 19, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@FelixYBW
Copy link
Contributor

Backend

VL (Velox)

Bug description

If I run 2 SQL in the same spark context, the first one can offload to native parquet write, the second one fallbacked, then we will hit assert failure at here:

The root cause is the sparkSession.sparkContext.getLocalProperty("isNativeAppliable") isn't reset before each query plan generation.

@JkSelf can you check where is the best place to reset the local property?

Spark version

None

Spark configurations

No response

System information

No response

Relevant logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant