This is an automated email from the ASF dual-hosted git repository.
curth pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
from ac4b890e2 fix(csharp/src/Drivers/Databricks): Reduce LZ4 decompression
memory by using Custom Array Pool (#3654)
add da3718897 feat(csharp/src/Drivers/Databricks): CloudFetch Use
RecyclableMemoryStream for LZ4 decompression to reduce memory pressure (#3683)
No new revisions were added by this update.
Summary of changes:
csharp/Directory.Packages.props | 1 +
.../Apache.Arrow.Adbc.Drivers.Databricks.csproj | 1 +
.../src/Drivers/Databricks/DatabricksConnection.cs | 12 ++++++-
.../src/Drivers/Databricks/DatabricksDatabase.cs | 14 ++++++--
csharp/src/Drivers/Databricks/Lz4Utilities.cs | 42 ++++++++++++++--------
.../Reader/CloudFetch/CloudFetchDownloader.cs | 14 ++++----
6 files changed, 59 insertions(+), 25 deletions(-)