jduo commented on code in PR #1858:
URL: https://github.com/apache/arrow-adbc/pull/1858#discussion_r1602053431
##########
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:
It'd be good to mention where these numbers came from.
--
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]