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


##########
csharp/src/Drivers/Apache/Spark/SparkConnection.cs:
##########
@@ -50,6 +50,8 @@ public class SparkConnection : HiveServer2Connection
         const string InfoDriverVersion = "1.0.0";
         const string InfoVendorName = "Spark";
         const string InfoDriverArrowVersion = "1.0.0";
+        const int DecimalPrecisionDefault = 10;

Review Comment:
   Will document in a future PR. Value comes from Databricks Spark 
documentation for the DECIMAL type.
   
https://docs.databricks.com/en/sql/language-manual/data-types/decimal-type.html#syntax



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