cyb70289 commented on pull request #10154: URL: https://github.com/apache/arrow/pull/10154#issuecomment-827319070
Looks we cannot simply using the unique_ptr trick here. CSV options should be persistent by pickle. Change data member to pointer crashes related unit tests https://github.com/apache/arrow/blob/ca83a14e264d00c6b4b29560cc2816c6718f52e7/python/pyarrow/tests/test_dataset.py#L617 All compute kernel options are not pickle-able as we've embedded unique_ptr, will it be a problem? cc @bkietz -- 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. For queries about this service, please contact Infrastructure at: [email protected]
