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

feat: Add POLARS_ALLOW_UNSECURED_TEMP_DIR environment variable #21137

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

nameexhaustion
Copy link
Collaborator

@nameexhaustion nameexhaustion commented Feb 7, 2025

In the event something goes wrong with the newly added permission setting behavior from #21125, this provides a way to allow for any errors to be ignored so that users can avoid needing to downgrade their polars version.

@nameexhaustion nameexhaustion added the skip changelog Do not include in changelog label Feb 7, 2025
@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Feb 7, 2025
@nameexhaustion nameexhaustion marked this pull request as ready for review February 7, 2025 16:25
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 79.87%. Comparing base (5121c53) to head (d092d1d).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-io/src/path_utils/mod.rs 71.42% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #21137   +/-   ##
=======================================
  Coverage   79.86%   79.87%           
=======================================
  Files        1593     1593           
  Lines      227453   227457    +4     
  Branches     2600     2600           
=======================================
+ Hits       181662   181676   +14     
+ Misses      45194    45184   -10     
  Partials      597      597           

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

@ritchie46 ritchie46 merged commit f1f3775 into pola-rs:main Feb 8, 2025
26 checks passed
@c-peters c-peters added the accepted Ready for implementation label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars skip changelog Do not include in changelog
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants