Skip to content

Conversation

karuppayya
Copy link
Contributor

@karuppayya karuppayya commented Sep 3, 2025

What changes were proposed in this pull request?

We have the ability top clean up shuffle in spark.sql.classic.shuffleDependency.fileCleanup.enabled.
Honoring this in Thrift server and cleaning up shuffle.
Related PR comment here

Why are the changes needed?

This is to bring the behavior in par with other modes of sql execution(classic, connect)

Does this PR introduce any user-facing change?

No

How was this patch tested?

NA

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added the SQL label Sep 3, 2025
@@ -496,7 +496,8 @@ class SparkSession private(
parsedPlan
}
}
Dataset.ofRows(self, plan, tracker)
Dataset.ofRows(self, plan, tracker,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SparkExecuteStatementOperation's code eventually leads here.

@karuppayya
Copy link
Contributor Author

cc: @cloud-fan

@HyukjinKwon HyukjinKwon changed the title [SPARK-53469] Ability to cleanup shuffle in Thrift server [SPARK-53469][SQL] Ability to cleanup shuffle in Thrift server Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant