[GitHub] spark pull request #19192: Quote table names in JDBC queries

2018-01-18 Thread alexmojaki
Github user alexmojaki closed the pull request at: https://github.com/apache/spark/pull/19192 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark pull request #19192: Quote table names in JDBC queries

2017-09-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19192#discussion_r138228826 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala --- @@ -100,7 +100,7 @@ abstract class JdbcDialect extends Serializable {

[GitHub] spark pull request #19192: Quote table names in JDBC queries

2017-09-11 Thread alexmojaki
GitHub user alexmojaki opened a pull request: https://github.com/apache/spark/pull/19192 Quote table names in JDBC queries In MySQL table names sometimes need to be quoted. This should fix that, although I haven't tested (I really don't want to go through the build and