[query] remove non-primitives from scala fs - #15178
Open
ehigham wants to merge 1 commit into
Open
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
ehigham
force-pushed
the
ehigham/scala-fs-cleanup
branch
from
November 5, 2025 19:13
38bd775 to
7ea3e1a
Compare
ehigham
force-pushed
the
ehigham/scala-fs-extract-primitives
branch
from
November 5, 2025 19:13
ac8c10a to
63d9631
Compare
ehigham
marked this pull request as ready for review
November 8, 2025 02:16
ehigham
force-pushed
the
ehigham/scala-fs-cleanup
branch
from
November 13, 2025 20:57
7ea3e1a to
7bdccf4
Compare
ehigham
force-pushed
the
ehigham/scala-fs-extract-primitives
branch
from
November 13, 2025 20:57
63d9631 to
351551b
Compare
ehigham
force-pushed
the
ehigham/scala-fs-extract-primitives
branch
3 times, most recently
from
November 18, 2025 03:48
05617b0 to
6079d3d
Compare
ehigham
force-pushed
the
ehigham/scala-fs-extract-primitives
branch
from
November 20, 2025 04:01
6079d3d to
0bcda90
Compare
ehigham
force-pushed
the
ehigham/scala-fs-extract-primitives
branch
from
January 5, 2026 18:04
0bcda90 to
a460934
Compare
ehigham
force-pushed
the
ehigham/scala-fs-extract-primitives
branch
from
February 19, 2026 15:14
a460934 to
8909888
Compare
ehigham
force-pushed
the
ehigham/scala-fs-extract-primitives
branch
from
February 19, 2026 15:39
8909888 to
1af1120
Compare
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
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.

Moved utility functions from the
FStrait to a package object, reducing the size of the trait. Converted methods likegetCodecFromPath,getExtension, andgetCodecExtensioninto standalone functions. Also improved error handling by usingOptionfor codec returns instead of nullable values, and implemented pattern matching for cleaner code.This change cannot impact the Hail Batch instance as deployed by Broad Institute in GCP