CurtHagenlocher commented on code in PR #3489:
URL: https://github.com/apache/arrow-adbc/pull/3489#discussion_r2383549928


##########
csharp/test/Drivers/Databricks/E2E/DatabricksConnectionTest.cs:
##########
@@ -462,5 +462,27 @@ public void TracePropagationConfigurationTest(string 
tracePropagationEnabled, st
                 $"Connection created successfully with 
tracePropagationEnabled={tracePropagationEnabled}, " +
                 $"traceParentHeaderName={traceParentHeaderName}, 
traceStateEnabled={traceStateEnabled}");
         }
+
+        /// <summary>
+        /// Tests that TrySetGetDirectResults uses DatabricksConnection's 
defaultGetDirectResults
+        /// </summary>
+        [Fact]
+        public void 
TrySetGetDirectResults_UsesDatabricksDefaultGetDirectResults()
+        {
+

Review Comment:
   nit: remove blank line



-- 
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]

Reply via email to