jadewang-db commented on code in PR #3473:
URL: https://github.com/apache/arrow-adbc/pull/3473#discussion_r2376182322


##########
csharp/src/Drivers/Databricks/DatabricksConnection.cs:
##########
@@ -448,6 +468,11 @@ protected internal override bool 
TrySetGetDirectResults(IRequest request)
         /// </summary>
         public bool RunAsyncInThrift => _runAsyncInThrift;
 
+        /// <summary>
+        /// Gets the decimal column scale value.
+        /// </summary>
+        public int DecimalColumnScale => _decimalColumnScale;

Review Comment:
   where will this being used?



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