Commits


Matt Topol authored and Neal Richardson committed b05b1698365
ARROW-13996: [Go][Parquet] Fix file offsets in go impl Corresponds to #11149 which fixes the same issue in the C++ implementation, this fixes it in the Go implementation which had the same problem due to porting from the C++. CC @emkornfield @sunchao Closes #11153 from zeroshade/file_offsets Lead-authored-by: Matt Topol <zotthewizard@gmail.com> Co-authored-by: Matthew Topol <mtopol@factset.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>