-
Notifications
You must be signed in to change notification settings - Fork 1.8k
refactor datafusion/scalar_value to use more macro and avoid dup code
#392
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #392 +/- ##
==========================================
- Coverage 74.94% 74.89% -0.05%
==========================================
Files 146 146
Lines 24314 24334 +20
==========================================
+ Hits 18221 18224 +3
- Misses 6093 6110 +17
Continue to review full report at Codecov.
|
scalar_value to use more macro and avoid dup code
jorgecarleitao
left a comment
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.
LGTM. Always great to have less code :)
|
Looks good. I think there is some more code a bit lower for timestamps that could also use the macro @jimexist |
Dandandan
left a comment
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.
LGTM
* checkpoint commit * Introduce BaseSessionContext abstract class * Introduce abstract methods for CRUD schema operations * Clean up schema.rs file
Which issue does this PR close?
Closes #.
Rationale for this change
refactor datafusion/scalar value to use more macro and avoid dup code
What changes are included in this PR?
Are there any user-facing changes?