-
Notifications
You must be signed in to change notification settings - Fork 234
chore: Refactor Cast
serde to avoid code duplication
#2242
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
Open
andygrove
wants to merge
25
commits into
apache:main
Choose a base branch
from
andygrove:refactor-cast
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 18 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2187820
Move SupportLevel to QueryPlanSerde
andygrove 1c735e3
improve fallback reporting
andygrove 320e54e
improve reporting
andygrove 89c2911
fix
andygrove 7ef3abf
format
andygrove a6afecb
Merge remote-tracking branch 'apache/main' into support-level
andygrove 4ce8b26
Merge remote-tracking branch 'apache/main' into spark-4-ansi
andygrove df62af6
Improve ANSI fallback
andygrove 7642087
update wording
andygrove 0a0e1d3
fix
andygrove afbca27
refactor Cast serde
andygrove 3cf99e1
fix
andygrove 5980463
remove handleCast
andygrove aa90d49
cleanup
andygrove 6c06355
upmerge
andygrove 81f11e2
Add notes to Unsupported
andygrove ea53136
upmerge
andygrove 9669ef9
prep for review
andygrove 03a60fc
Update QueryPlanSerde.scala
andygrove 909ac2a
upmerge
andygrove 31feb88
Merge branch 'refactor-cast' of github.com:andygrove/datafusion-comet…
andygrove 3736758
address feedback
andygrove 9fc884c
fix regression
andygrove fa8f978
Merge remote-tracking branch 'apache/main' into refactor-cast
andygrove 1b724af
fix regression
andygrove 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.
can see lots of Unsupported(Some(s"Cast from String to $toType is not supported")), canthis be a helper function?
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.
Updated. Thanks.