Commits


Matt Topol authored and GitHub committed a41b1acc712
GH-14940: [Go][Parquet] Fix Encryption Column writing (#14954) Missed a `default` causing a fall through to always return an error that wasn't being returned through and checked. Test updated to validate number of values/rows written. Error is now propagated through if encountered. * Closes: #14940 Authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>