Commits

Matthew Topol authored 42d10c3851e
ARROW-13964: MINOR: [Go][Parquet] remove base bitmap reader/writer from parquet module, use arrow bitutil ones ARROW-13963 shifted the implementations of the bitmap reader and bitmap writer for Go into the Arrow bitutil package. This removes them from the Parquet internal packages and has the parquet implementation now just use the Arrow Bitutil versions. There aren't changes, it's just moving the implementation to a shared location so continued work on the Golang arrow implementation can just use the same bitmap reader/writer instead of having its own copy from the Parquet impl. Closes #11126 from zeroshade/parquetbits Authored-by: Matthew Topol <mtopol@factset.com> Signed-off-by: Matthew Topol <mtopol@factset.com>