Commits


Nate Clark authored and Antoine Pitrou committed a308f2c765f
ARROW-12996: Add bytes_read() to StreamingReader Add a bytes_read() to the StreamingReader interface so the progress of the stream can be determined easily and accurately by a user. Closes #10509 from n3world/ARROW-12996-stream_progress Lead-authored-by: Nate Clark <nate@neworld.us> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>