-
Notifications
You must be signed in to change notification settings - Fork 70
Bump CategoricalArrays to 1.0 in tests #583
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
This should fix test failures from apache#556.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #583 +/- ##
==========================================
- Coverage 87.43% 87.37% -0.07%
==========================================
Files 26 27 +1
Lines 3288 3383 +95
==========================================
+ Hits 2875 2956 +81
- Misses 413 427 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
quinnj
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.
Ah yeah, sorry, I should have noticed the PR age. I saw all green and just went ahead and merged. I'll take a look other failing CI issues.
|
Mmm there still seem to be failures related to CategoricalArrays. :-/ |
|
I think I have a fix; I'll push here |
- Restore Apache License header in Project.toml that was accidentally removed by CompatHelper bot in PR apache#536 - Update test/Project.toml ArrowTypes compat to 2.3 which includes the fix for offset array handling in ToArrow needed for CategoricalArrays 1.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ArrowTypes 2.3.0 in the registry doesn't include the offset array fix from PR apache#556. The fix is in the local src/ArrowTypes/ but hasn't been released yet. Update CI and release verification to use Pkg.develop to use the local ArrowTypes instead of the registry version. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Ah yes thanks now I remember I had to hack ArrowTypes locally to get it to be used. |
This should fix test failures from #556.