File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
sql/catalyst/src/main/scala/org/apache/spark/sql/internal Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -3565,16 +3565,8 @@ class SQLConf extends Serializable with Logging {
35653565
35663566 def legacyPathOptionBehavior : Boolean = getConf(SQLConf .LEGACY_PATH_OPTION_BEHAVIOR )
35673567
3568- <<<<<<< HEAD
3569- def truncateTrashEnabled : Boolean = getConf(SQLConf .TRUNCATE_TRASH_ENABLED )
3570-
35713568 def disabledJdbcConnectionProviders : String = getConf(SQLConf .DISABLED_JDBC_CONN_PROVIDER_LIST )
35723569
3573- ||||||| 065f17386d... [SPARK - 32481 ][CORE ][SQL ] Support truncate table to move data to trash
3574- def truncateTrashEnabled : Boolean = getConf(SQLConf .TRUNCATE_TRASH_ENABLED )
3575-
3576- =======
3577- >>>>>>> parent of 065f17386d... [SPARK - 32481 ][CORE ][SQL ] Support truncate table to move data to trash
35783570 /** ********************** SQLConf functionality methods ************ */
35793571
35803572 /** Set Spark SQL configuration properties. */
You can’t perform that action at this time.
0 commit comments