You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by gatorsmile <gi...@git.apache.org> on 2017/12/06 17:35:06 UTC

[GitHub] spark pull request #19911: [SPARK-22717][SQL] Correct cascade default for po...

Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19911#discussion_r155306118
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/jdbc/PostgresDialect.scala ---
    @@ -100,5 +100,5 @@ private object PostgresDialect extends JdbcDialect {
     
       }
     
    -  override def isCascadingTruncateTable(): Option[Boolean] = Some(true)
    +  override def isCascadingTruncateTable(): Option[Boolean] = Some(false)
    --- End diff --
    
    cc @dongjoon-hyun https://github.com/apache/spark/pull/14086


---

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