Commits


Matt Topol authored and GitHub committed 58be6a317ff
ARROW-17169: [Go][Parquet] Panic in bitmap writer with Nullable List of Struct (#14183) When building the Nullable List of Struct column for record reading we didn't account for the worst-case scenario for building the final array. We need to handle the upper bound case of `offsetData[validityIO.Read]`+`validityIO.NullCount` Authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>