birschick-bq commented on code in PR #2312:
URL: https://github.com/apache/arrow-adbc/pull/2312#discussion_r1868290686


##########
csharp/src/Client/AdbcCommand.cs:
##########
@@ -114,10 +115,31 @@ public override CommandType CommandType
             }
         }
 
+        /// <summary>
+        /// Gets or setts the name of the command timeout property for the 
underlying ADBC driver.

Review Comment:
   Removed `CommandTimeoutProperty`. The consumer can already access 
`AdbcCommand.AdbcStatement.SetOption(string, string)`. Changed override for 
`CommandTimeout` to throw `NotImplementedException` - is this a breaking 
change?.



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