-
Notifications
You must be signed in to change notification settings - Fork 102
feat!: Add support for sparse transform expressions #1199
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
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c598166
checkpoint - initial phase1
scovich 3012d1d
checkpoint - phase1 refined
scovich 141ae80
checkpoint - phase 1.5 initial
scovich 857c0ba
checkpoint - phase2 initial
scovich 2a96ec3
checkpoint - phase2 fix
scovich 06b1518
checkpoint - phase2 complete
scovich b839eb6
fmt
scovich 0e560a8
checkpoint phase3 complete
scovich 0e10d6b
checkpoint - use sparse transforms - initial
scovich b42a7af
manual cleanup - compiles cleanly
scovich 3473687
checkpoint - fix column mapping
scovich a5c11d2
checkpoint - remove incorrect validation
scovich 454f3d1
checkpoint - short circuit
scovich 22289f5
fmt
scovich 6f651c1
cleanups
scovich 11761fa
self review
scovich ffeb490
Merge remote-tracking branch 'oss/main' into sparse-expressions
scovich b57d632
Fix nested pathing bug
scovich dd4926c
identity transform shortcut must be path-aware
scovich 0823b92
checkpoint
scovich 22fd71e
checkpoint
scovich 20f2cc4
checkpoint
scovich 6a944d3
checkpoint
scovich 419f714
checkpoint
scovich e1f8a16
pathing bug fixed, tests cover it now
scovich 64527df
review comments
scovich 28a3f84
probe the transform insertion map with borrowed keys
scovich 62d2488
more cleanups; add drop field transform spec
scovich 8eade9a
review feedback
scovich 0f6b72c
use struct enum variants for FieldTransformSpec
scovich 86f0b39
Merge branch 'main' into sparse-expressions
scovich bd84add
Merge branch 'main' into sparse-expressions
scovich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
started #1205