birschick-bq commented on code in PR #3327: URL: https://github.com/apache/arrow-adbc/pull/3327#discussion_r2298998439
########## csharp/src/Drivers/Databricks/DatabricksConnection.cs: ########## @@ -47,6 +47,11 @@ internal class DatabricksConnection : SparkHttpConnection /// </summary> public const string DefaultConfigEnvironmentVariable = "DATABRICKS_CONFIG_FILE"; + internal static readonly Dictionary<string, string> timestampConfig = new Dictionary<string, string> + { + { "spark.thriftserver.arrowBasedRowSet.timestampAsString", "false" }, + }; + Review Comment: nit: trailing whitespace ```suggestion ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org