-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for tinystr, rust_decimal, and glam types #12
Conversation
Swoorup
commented
Sep 30, 2024
- Implement Arrow serialization/deserialization for TinyAsciiStr, Decimal, and glam vector/matrix types
- Add new optional dependencies and features
Please double check the following review of the pull request:Issues counts
Changes in the diff
Identified Issues
Issue 1: Missing newline at the end of
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
=======================================
Coverage 92.69% 92.69%
=======================================
Files 9 9
Lines 1669 1669
=======================================
Hits 1547 1547
Misses 122 122
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Implement Arrow serialization/deserialization for TinyAsciiStr, Decimal, and glam vector/matrix types - Add new optional dependencies and features
3b329b7
to
ce01e61
Compare
Good job gooroo.dev |