-
Notifications
You must be signed in to change notification settings - Fork 24
feat: More scalars #914
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
feat: More scalars #914
Conversation
⏱️ Benchmark results
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #914 +/- ##
==========================================
+ Coverage 48.00% 51.25% +3.24%
==========================================
Files 55 62 +7
Lines 5245 6183 +938
==========================================
+ Hits 2518 3169 +651
- Misses 2464 2729 +265
- Partials 263 285 +22
☔ View full report in Codecov by Sentry. |
s/bigger than/greater than
Co-authored-by: Alex Shcherbakov <[email protected]>
candiduslynx
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.
Last bits about stringers
| ) | ||
|
|
||
| type Time struct { | ||
| Int |
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.
This seems to be the only scalar with Int instead of Value and without a Valid boolean, is that intentional?
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.
@hermanschaaf yes we're using its valid/value logic.
candiduslynx
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.
nice! 🚀
🤖 I have created a release *beep* *boop* --- ## [3.9.0](v3.8.1...v3.9.0) (2023-06-01) ### Features * More scalars ([#914](#914)) ([f8625e2](f8625e2)) ### Bug Fixes * **scalar:** Handle nil pointer to []byte in uuid and binary ([#922](#922)) ([dac967a](dac967a)) * **testdata:** Match map field names with type ([#930](#930)) ([cec067d](cec067d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
map types