shrirangmhalgi commented on PR #57253: URL: https://github.com/apache/spark/pull/57253#issuecomment-4972414481
@MaxGekk Could you please take a look at the PR? This adds TimeType support to `MsSqlServerDialect`, following the same pattern as the `PostgreSQL` (#56904) and `MySQL` (#57198) followups. SQL Server `TIME(n)` supports precision 0-7 (100ns), and the Microsoft JDBC driver correctly reports scale unlike MySQL. Thank you. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
