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 tables names. This PR uses dialects to 
quote the them, too.
    
    ## How was this patch tested?
    
    Related unit tests adjusted. In addition added new unit test to cover this 
bug. All tests are passing.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/golovan/spark SPARK-26077

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/23094.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #23094
    
----
commit ddbff7974583832f4ed7f8a04fdf61cb6caf4961
Author: Eugene Golovan <golovan@...>
Date:   2018-11-20T10:39:57Z

    [SPARK-26077][SQL] Reserved SQL words are not escaped by JDBC writer for 
table name

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to