This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
from 3979556d docs(arrow/ipc): document that Writer and FileWriter are not
concurrency safe (#856)
add a51d0981 fix(parquet): add WriteBatchSpacedWithError to surface
spaced-write failures (#852)
No new revisions were added by this update.
Summary of changes:
parquet/file/column_writer.go | 11 ++
parquet/file/column_writer_test.go | 101 ++++++++++++
parquet/file/column_writer_types.gen.go | 223 +++++++++++++++++++++++---
parquet/file/column_writer_types.gen.go.tmpl | 53 +++++-
parquet/internal/testutils/primitive_typed.go | 20 ++-
parquet/pqarrow/encode_arrow.go | 24 +--
6 files changed, 383 insertions(+), 49 deletions(-)