-
Notifications
You must be signed in to change notification settings - Fork 433
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
chore: fix typos #3138
chore: fix typos #3138
Conversation
Signed-off-by: Robert Pack <robstar.pack@gmail.com>
@roeap I think the latest pyarrow version 19 broke some things in our CI. Maybe we should pin it for now? |
@ion-elgreco - I'll let you be the judge on that since I have no good handle on how big the effort would be to just fix it? |
Let's pin pyarrow in the CI for now to < 19. It likely is an issue in arrow I think because it's complained about malformed things even though with lower pyarrow version it can read parquet fine |
Signed-off-by: Robert Pack <robstar.pack@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3138 +/- ##
==========================================
+ Coverage 72.07% 72.08% +0.01%
==========================================
Files 134 134
Lines 43362 43360 -2
Branches 43362 43360 -2
==========================================
+ Hits 31252 31258 +6
+ Misses 10087 10084 -3
+ Partials 2023 2018 -5 ☔ View full report in Codecov by Sentry. |
Description
Thanks to my recently installed spellchecker, I was made aware of some types scattered across the codebase.