Commit 6846be4
authored
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 added1 parent b68c2a7 commit 6846be4
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
232 | 234 | | |
233 | 235 | | |
234 | 236 | | |
| |||
611 | 613 | | |
612 | 614 | | |
613 | 615 | | |
614 | | - | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
615 | 624 | | |
616 | 625 | | |
617 | 626 | | |
| |||
0 commit comments