Skip to content

Conversation

manuzhang
Copy link
Member

Which issue does this PR close?

Closes #2461 .

Rationale for this change

What changes are included in this PR?

Add a new config spark.comet.max_temp_directory_size with default value 100GB for DiskManager max_temp_directory_size .

How are these changes tested?

@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.03%. Comparing base (f09f8af) to head (6271893).
⚠️ Report is 577 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2479      +/-   ##
============================================
+ Coverage     56.12%   59.03%   +2.90%     
- Complexity      976     1457     +481     
============================================
  Files           119      146      +27     
  Lines         11743    13572    +1829     
  Branches       2251     2358     +107     
============================================
+ Hits           6591     8012    +1421     
- Misses         4012     4340     +328     
- Partials       1140     1220      +80     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@manuzhang manuzhang force-pushed the add-maxTempDirectorySize-config branch from 14498dd to f607009 Compare September 29, 2025 06:15
@andygrove
Copy link
Member

Thanks @manuzhang. Could you merge latest from main to fix the CI issues?

@manuzhang manuzhang force-pushed the add-maxTempDirectorySize-config branch from f607009 to 1231e45 Compare September 30, 2025 23:44
@manuzhang manuzhang force-pushed the add-maxTempDirectorySize-config branch from 1231e45 to 6271893 Compare October 6, 2025 15:12
Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Thanks @manuzhang

@andygrove andygrove merged commit 8381108 into apache:main Oct 6, 2025
102 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make DiskManager max_temp_directory_size configurable

3 participants