davisusanibar opened a new pull request, #316: URL: https://github.com/apache/arrow-cookbook/pull/316
In this example, we have the JDBC adapter result and trying to write them into a parquet file. Current workaround: - Just put Allocator creation out of try-with-resources intentionally. Reviewing how to create/release allocator properly - If put Allocator creation inside try-with-resources errors appear such as: `Closed with outstanding buffers allocated` / `RefCnt has gone negative` -- 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]
