You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor _get_csv_engine: single return point for C engine default
Consolidate multiple "return c" branches into a single fallthrough by
expressing the pyarrow compatibility check as a positive condition
(is_compatible) instead of multiple negative early returns.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments