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
cleanup: remove dead bytesPerValue and redundant no-op filter in Arrow reader
- bytesPerValue() was defined but never called — removed
- createFragments() filtered projected columns against themselves (always
identity) — simplified to pass through directly
0 commit comments