Skip to content

Conversation

@nalimilan
Copy link
Contributor

This should fix test failures from #556.

This should fix test failures from apache#556.
@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.37%. Comparing base (3712291) to head (888439f).
⚠️ Report is 47 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@quinnj quinnj left a 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.

@nalimilan
Copy link
Contributor Author

Mmm there still seem to be failures related to CategoricalArrays. :-/

@quinnj
Copy link
Member

quinnj commented Jan 14, 2026

I think I have a fix; I'll push here

quinnj and others added 3 commits January 14, 2026 01:28
- 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>
@quinnj quinnj merged commit 23d253c into apache:main Jan 14, 2026
22 checks passed
@nalimilan
Copy link
Contributor Author

Ah yes thanks now I remember I had to hack ArrowTypes locally to get it to be used.

@nalimilan nalimilan deleted the patch-1 branch January 14, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants