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 87c49e937 fix(csharp/src/Drivers/Databricks): Implement FIFO memory
acquisition to prevent starvation in CloudFetch (#3756)
add 7cb8c0ba8 feat(csharp/src/Drivers): Enable setting
BatchSizeStopCondition, MaxMessageSize & MaxFrameSize (#3684)
No new revisions were added by this update.
Summary of changes:
csharp/src/Drivers/Apache/ApacheParameters.cs | 1 +
.../Drivers/Apache/Hive2/HiveServer2Connection.cs | 20 ++++++++++++++++++++
.../Apache/Hive2/HiveServer2ExtendedConnection.cs | 3 +--
.../Apache/Hive2/HiveServer2HttpConnection.cs | 2 +-
.../Drivers/Apache/Hive2/HiveServer2Parameters.cs | 6 ++++++
csharp/src/Drivers/Apache/Hive2/HiveServer2Reader.cs | 8 ++------
.../Apache/Hive2/HiveServer2StandardConnection.cs | 11 +++++++----
.../src/Drivers/Apache/Hive2/HiveServer2Statement.cs | 8 ++++++++
.../Drivers/Apache/Hive2/IHiveServer2Statement.cs | 5 +++++
csharp/src/Drivers/Apache/Hive2/README.md | 1 +
.../Drivers/Apache/Impala/ImpalaHttpConnection.cs | 2 +-
.../Apache/Impala/ImpalaStandardConnection.cs | 10 ++++++----
csharp/src/Drivers/Apache/Impala/README.md | 1 +
.../src/Drivers/Apache/Spark/SparkHttpConnection.cs | 2 +-
.../Drivers/Apache/Spark/SparkStandardConnection.cs | 10 ++++++----
15 files changed, 67 insertions(+), 23 deletions(-)