Commits

Matthew Topol authored aecdc0bd75e
ARROW-13984: [Go][Parquet] file handling for go parquet, just the readers This implements the file/column and page readers for Parquet files. In order to keep this smaller, I've only included what was necessary for the readers and will make a separate PR for the file and column writers after this. Closes #11146 from zeroshade/goparquet-file Lead-authored-by: Matthew Topol <mtopol@factset.com> Co-authored-by: Matt Topol <mtopol@factset.com> Signed-off-by: Matthew Topol <mtopol@factset.com>