GitHub user maropu opened a pull request:

    https://github.com/apache/spark/pull/10523

    [SPARK-12581][SQL] Support case-sensitive table names in postgresql

    Table names in postgresql is originally case-insensitive.
    To support case-sensitive table names, we need to wrap names in double 
quotes.

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

    $ git pull https://github.com/maropu/spark CaseSensitiveInPostgresql

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

    https://github.com/apache/spark/pull/10523.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 #10523
    
----
commit 37d84cce8d4c242b367aa06231fd8f1f78e50029
Author: Takeshi YAMAMURO <[email protected]>
Date:   2015-12-25T00:07:13Z

    Support case-sensitive table names in postgresql

commit 65c048c942d1740ad80373c302d9a4d2a61e5da4
Author: Takeshi YAMAMURO <[email protected]>
Date:   2015-12-30T07:49:17Z

    Fix minor bugs

----


---
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