[GitHub] spark pull request #23094: [SPARK-26077][SQL] Reserved SQL words are not esc...

2018-12-03 Thread golovan
Github user golovan commented on a diff in the pull request: https://github.com/apache/spark/pull/23094#discussion_r238246140 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala --- @@ -87,11 +87,32 @@ abstract class JdbcDialect extends Serializable

[GitHub] spark pull request #23094: [SPARK-26077][SQL] Reserved SQL words are not esc...

2018-12-03 Thread golovan
Github user golovan commented on a diff in the pull request: https://github.com/apache/spark/pull/23094#discussion_r238235137 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala --- @@ -87,11 +87,32 @@ abstract class JdbcDialect extends Serializable

[GitHub] spark pull request #23094: [SPARK-26077][SQL] Reserved SQL words are not esc...

2018-11-20 Thread golovan
GitHub user golovan opened a pull request: https://github.com/apache/spark/pull/23094 [SPARK-26077][SQL] Reserved SQL words are not escaped by JDBC writer … …for table name ## What changes were proposed in this pull request? Currently, JDBC Writer doesn't quote