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(writer): Fix current_written_size for ParquetWriter (#1556)
## Which issue does this PR close?
- Closes#1554
## What changes are included in this PR?
- Use `ParquetWriter`'s inner `AsyncArrowWriter`'s `bytes_written()` and
`in_progress_size` to track current written size
## Are these changes tested?
No new tests added
0 commit comments