fallintoplace opened a new pull request, #921: URL: https://github.com/apache/arrow-go/pull/921
Row-group transitions and footer flushes used to discard close and page-index errors, which could leave a truncated file that still appeared to write successfully. This change adds checked row-group APIs, preserves legacy panic behavior for the no-error APIs, persists writer failures so a later footer cannot be written, returns Arrow Parquet row-group errors, and checks buffered metadata serialization and short writes. Tests: - go test ./parquet/file -run 'Test(AppendRowGroupCheckedPropagatesCloseError|BufferedRowGroupPropagatesShortWrite|FlushWithFooterPropagatesPageIndexWriteError|NewParquetWriterWithError|PqarrowNewFileWriter)' - go test ./parquet/... -run '^$' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
