wgtmac commented on issue #45638: URL: https://github.com/apache/arrow/issues/45638#issuecomment-2686971628
What is the number of columns and number of rows in a single record batch? How many record batches do you write when OOM? Is it possible to profile the memory footprint? Could you also try to bump your Arrow version and use `parquet::arrow::FileWriter::WriteRecordBatch`: https://github.com/apache/arrow/blob/main/cpp/src/parquet/arrow/writer.h#L132? -- 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]
