-
-
Notifications
You must be signed in to change notification settings - Fork 314
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: add pyarrow list and struct to pandas engine #1699
feat: add pyarrow list and struct to pandas engine #1699
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1699 +/- ##
===========================================
- Coverage 94.28% 82.60% -11.68%
===========================================
Files 91 117 +26
Lines 7013 8715 +1702
===========================================
+ Hits 6612 7199 +587
- Misses 401 1516 +1115 ☔ View full report in Codecov by Sentry. |
hey @aaravind100 mind rebasing this onto main? the failing docs build should go away after that |
Sure, let me push the update. |
0b0c6e5
to
ea10f2b
Compare
can we add some unit tests for these two new types? |
0ecace4
to
e03af72
Compare
Signed-off-by: Ajith Aravind <[email protected]>
Signed-off-by: Ajith Aravind <[email protected]>
e03af72
to
23462f1
Compare
Signed-off-by: Ajith Aravind <[email protected]>
@cosmicBboy I've added two tests |
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.
thanks @aaravind100 🚀
Adds pyarrow list and struct types to pandas engine. Per #1676