feat: add PyArrow support to comparator#1387
Conversation
Add comparison support for PyArrow types including Table, RecordBatch, Array, ChunkedArray, Scalar, Schema, Field, and DataType. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
PR Review SummaryPrek Checks✅ Passed (after auto-fix)
Mypy
Code Review✅ No critical issues found The PR adds pyarrow type support to the comparator function, following the existing pattern used for numpy, pandas, scipy, torch, etc.:
Test Coverage
Note: The coverage decrease is due to the new pyarrow code paths (37 new statements) not being exercised in this test environment — Last updated: 2026-02-11 |
Summary
pyarrow>=15.0.0to test dependenciesTest plan
🤖 Generated with Claude Code