kou commented on pull request #7335: URL: https://github.com/apache/arrow/pull/7335#issuecomment-643822639
This breaks Turbodbc: https://github.com/dask/dask/blob/master/dask/dataframe/io/parquet/arrow.py#L9 Turbodbc uses `Status AllocateResizableBuffer(MemoryPool* pool, ...)`: https://github.com/blue-yonder/turbodbc/blob/master/cpp/turbodbc_arrow/Test/tests/arrow_result_set_test.cpp#L113 @xhochy Could you change Turbodbc to use `Result<std::unique_ptr<ResizableBuffer>> AllocateResizableBuffer(const int64_t size, MemoryPool* pool = NULLPTR)`? ---------------------------------------------------------------- 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]
