[jira] [Commented] (SPARK-16387) Reserved SQL words are not escaped by JDBC writer

2020-02-13 Thread Izek Greenfield (Jira)
[ https://issues.apache.org/jira/browse/SPARK-16387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17036203#comment-17036203 ] Izek Greenfield commented on SPARK-16387: - Hi [~dongjoon] thanks for the quick response. we

[jira] [Commented] (SPARK-16387) Reserved SQL words are not escaped by JDBC writer

2020-02-12 Thread Dongjoon Hyun (Jira)
[ https://issues.apache.org/jira/browse/SPARK-16387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17035774#comment-17035774 ] Dongjoon Hyun commented on SPARK-16387: --- Hi, [~igreenfi]. What is the problem? For case-sensitive

[jira] [Commented] (SPARK-16387) Reserved SQL words are not escaped by JDBC writer

2020-02-12 Thread Izek Greenfield (Jira)
[ https://issues.apache.org/jira/browse/SPARK-16387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17035395#comment-17035395 ] Izek Greenfield commented on SPARK-16387: -   [~dongjoon] I think that PR fix one issue but

[jira] [Commented] (SPARK-16387) Reserved SQL words are not escaped by JDBC writer

2016-07-08 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15368482#comment-15368482 ] Apache Spark commented on SPARK-16387: -- User 'dongjoon-hyun' has created a pull request for this

[jira] [Commented] (SPARK-16387) Reserved SQL words are not escaped by JDBC writer

2016-07-08 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15368458#comment-15368458 ] Dongjoon Hyun commented on SPARK-16387: --- You're right. I'll make a PR for this. > Reserved SQL

[jira] [Commented] (SPARK-16387) Reserved SQL words are not escaped by JDBC writer

2016-07-06 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15364870#comment-15364870 ] Dongjoon Hyun commented on SPARK-16387: --- Oh, it means Pull Request. Since you know `JdbcDialect`

[jira] [Commented] (SPARK-16387) Reserved SQL words are not escaped by JDBC writer

2016-07-06 Thread Lev (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15363850#comment-15363850 ] Lev commented on SPARK-16387: - I am not sure what PR means. > Reserved SQL words are not escaped by JDBC

[jira] [Commented] (SPARK-16387) Reserved SQL words are not escaped by JDBC writer

2016-07-05 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15363817#comment-15363817 ] Dongjoon Hyun commented on SPARK-16387: --- Then, could you make a PR for this? > Reserved SQL words

[jira] [Commented] (SPARK-16387) Reserved SQL words are not escaped by JDBC writer

2016-07-05 Thread Lev (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15363802#comment-15363802 ] Lev commented on SPARK-16387: - JdbcDialect class has a functionality that allows DB-dependent quotation.

[jira] [Commented] (SPARK-16387) Reserved SQL words are not escaped by JDBC writer

2016-07-05 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15363682#comment-15363682 ] Dongjoon Hyun commented on SPARK-16387: --- Hi, `escaping` sounds possible, but it is not an easy