This is an automated email from the ASF dual-hosted git repository.

curth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a4552580 fix(csharp/src/Drivers/Databricks): Use default result 
persistence mode (#3203)
5a4552580 is described below

commit 5a455258070974bf5f45ddd98b0e16b3c486d75e
Author: Todd Meng <[email protected]>
AuthorDate: Thu Aug 14 16:14:02 2025 -0700

    fix(csharp/src/Drivers/Databricks): Use default result persistence mode 
(#3203)
---
 csharp/src/Drivers/Databricks/DatabricksStatement.cs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/csharp/src/Drivers/Databricks/DatabricksStatement.cs 
b/csharp/src/Drivers/Databricks/DatabricksStatement.cs
index 84ae63406..c9abb006e 100644
--- a/csharp/src/Drivers/Databricks/DatabricksStatement.cs
+++ b/csharp/src/Drivers/Databricks/DatabricksStatement.cs
@@ -95,7 +95,6 @@ namespace Apache.Arrow.Adbc.Drivers.Databricks
             // Set Databricks-specific statement properties
             // TODO: Ensure this is set dynamically depending on server 
capabilities.
             statement.EnforceResultPersistenceMode = false;
-            statement.ResultPersistenceMode = 
TResultPersistenceMode.ALL_RESULTS;
             statement.CanReadArrowResult = true;
 
 #pragma warning disable CS0618 // Type or member is obsolete

Reply via email to