-
Notifications
You must be signed in to change notification settings - Fork 256
[query] make local and remote tmp settable on backend #14748
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 29, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Oct 29, 2024
2d0eb42 to
5f5a835
Compare
39595fc to
26abfd7
Compare
5f5a835 to
b47a78b
Compare
26abfd7 to
54a8581
Compare
b47a78b to
16d94c2
Compare
54a8581 to
7b77620
Compare
16d94c2 to
53c2e68
Compare
7b77620 to
575a63f
Compare
53c2e68 to
4b342b6
Compare
575a63f to
d3513a2
Compare
ff8c38b to
c161c95
Compare
d3513a2 to
d5575e9
Compare
c161c95 to
e4f8202
Compare
d5575e9 to
2543350
Compare
e4f8202 to
59dc4db
Compare
2543350 to
7965c8f
Compare
This was referenced Dec 5, 2024
0fab4fd to
9d9d912
Compare
f27cd7a to
705f949
Compare
9d9d912 to
2e55e71
Compare
705f949 to
1abe76b
Compare
2e55e71 to
c97beef
Compare
1abe76b to
0058c0d
Compare
c97beef to
a35e964
Compare
0058c0d to
9d363a1
Compare
a35e964 to
1b2e3ed
Compare
chrisvittal
approved these changes
Aug 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this.
11d12b1 to
a492cc5
Compare
patrick-schultz
approved these changes
Sep 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this too
a492cc5 to
4c46605
Compare
kush-chandra
pushed a commit
to kush-chandra/hail
that referenced
this pull request
Sep 17, 2025
Refactors temporary directory handling in Hail's backend system by introducing abstract properties for local and remote temporary directories. This moves the temporary directory management from the HailContext into the backend implementations. This change has no security impact
This was referenced Sep 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Refactors temporary directory handling in Hail's backend system by introducing abstract properties for local and remote temporary directories. This moves the temporary directory management from the HailContext into the backend implementations.
This change has no security impact