Commits


Antoine Pitrou authored and Wes McKinney committed f15b2133e27
PARQUET-1571: [C++] Fix BufferedInputStream when buffer exactly exhausted Rework the BufferedInputStream implementation to make internal semantics more apparent. Author: Antoine Pitrou <antoine@python.org> Closes #4275 from pitrou/PARQUET-1571-buffered-input-stream-fixes and squashes the following commits: 2a641edc7 <Antoine Pitrou> Remove setuptools_scm workaround 49914ef47 <Antoine Pitrou> PARQUET-1571: Fix BufferedInputStream when buffer exactly exhausted