GitHub user danielvdende opened a pull request:

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

    [SPARK-21098] Correct cascade default for postgres

    The PostgresDialect indicates that cascade is true by default for Postgres.
    This is not the case. This patch fixes this.
    
    ## What changes were proposed in this pull request?
    
    Set correct default cascade behaviour for Postgres.
    
    ## How was this patch tested?
    
    Existing tests all pass.


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

    $ git pull https://github.com/danielvdende/spark SPARK-22717

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

    https://github.com/apache/spark/pull/19911.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 #19911
    
----
commit 76b63a7cb5e86f7cbf6c8a0531c887a6b78d7794
Author: Daniel van der Ende <daniel.vandere...@gmail.com>
Date:   2017-12-06T14:06:25Z

    [SPARK-21098] Correct cascade default for postgres
    
    The PostgresDialect indicates that cascade is true by default for Postgres.
    This is not the case. This patch fixes this.

----


---

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

Reply via email to