Github user ewan-realitymine commented on a diff in the pull request:

    https://github.com/apache/spark/pull/8575#discussion_r38814589
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala ---
    @@ -126,6 +126,8 @@ object JdbcDialects {
       registerDialect(MySQLDialect)
       registerDialect(PostgresDialect)
       registerDialect(DB2Dialect)
    +  registerDialect(SqlServerDialect)
    --- End diff --
    
    Happy to make this and the other changes, I wasn't sure if MsSQLServer or 
SqlServer was better, I went with SqlServer as the JDBC url is "sqlserver".
    
    I'll be away from the office for the next week but I'll submit an updated 
change when I'm back.
    
    Thanks,
    Ewan


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to