jorisvandenbossche commented on issue #14968: URL: https://github.com/apache/arrow/issues/14968#issuecomment-1353193260
Thanks for the report. It seems this is crashing when trying to create the file write options. For example in Python the following also segfaults: ``` import pyarrow.dataset orc_format = pyarrow.dataset.OrcFileFormat() orc_format.make_write_options() ``` Want to try to debug and fix this crash? -- 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]
