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
Fix source-boundary preprocessing and chunk endings (#1194)
* fix(source): honor bounded input preprocessing
Use logical source bounds for BOM, gzip, and reverse footer scans so SubArray and positioned IO inputs do not inspect their parent buffers. Exclude comment rows from footerskip counts as documented, including trailing comment runs.
* fix(chunks): preserve final source byte
Keep the inclusive end position for the final CSV.Chunks partition. Earlier partitions still exclude the shared boundary byte, matching the established multithreaded CSV.File behavior.
0 commit comments