Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gatorsmile committed Nov 23, 2020
1 parent 4a29271 commit 32a711d
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3565,16 +3565,8 @@ class SQLConf extends Serializable with Logging {

def legacyPathOptionBehavior: Boolean = getConf(SQLConf.LEGACY_PATH_OPTION_BEHAVIOR)

<<<<<<< HEAD
def truncateTrashEnabled: Boolean = getConf(SQLConf.TRUNCATE_TRASH_ENABLED)

def disabledJdbcConnectionProviders: String = getConf(SQLConf.DISABLED_JDBC_CONN_PROVIDER_LIST)

||||||| 065f17386d... [SPARK-32481][CORE][SQL] Support truncate table to move data to trash
def truncateTrashEnabled: Boolean = getConf(SQLConf.TRUNCATE_TRASH_ENABLED)

=======
>>>>>>> parent of 065f17386d... [SPARK-32481][CORE][SQL] Support truncate table to move data to trash
/** ********************** SQLConf functionality methods ************ */

/** Set Spark SQL configuration properties. */
Expand Down

0 comments on commit 32a711d

Please sign in to comment.