-
Notifications
You must be signed in to change notification settings - Fork 25
feat: Time values are truncated uniformly #825
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
⏱️ Benchmark resultsComparing with 4cd3872
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #825 +/- ##
==========================================
- Coverage 47.19% 46.98% -0.22%
==========================================
Files 76 76
Lines 7844 7873 +29
==========================================
- Hits 3702 3699 -3
- Misses 3642 3683 +41
+ Partials 500 491 -9
☔ View full report in Codecov by Sentry. |
Could also be done in the CLI: cloudquery/cloudquery#10365 |
Agreed, but the issue still exists for anyone that doesn't upgrade their CLI... This way as long as they can update their destination and be safe |
🤖 I have created a release *beep* *boop* --- ## [2.5.0](v2.4.0...v2.5.0) (2023-04-28) ### Features * Add table description to Arrow schema metadata ([#824](#824)) ([1a8072f](1a8072f)) * **arrow:** Streamline Apache Arrow extension types ([#823](#823)) ([f32fac3](f32fac3)) * **test:** Add double migration test ([#827](#827)) ([4cd3872](4cd3872)) * Time values are truncated uniformly ([#825](#825)) ([ffb97b0](ffb97b0)) ### Bug Fixes * TransformWithStruct/DefaultNameTransformer change for invalid column names ([#820](#820)) ([01e6649](01e6649)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
Make sure time values are truncated uniformly across all operating systems and in line with the arrow casting