Skip to content

Commit 32a711d

Browse files
committed
fix
1 parent 4a29271 commit 32a711d

File tree

1 file changed

+0
-8
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+0
-8
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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. */

0 commit comments

Comments
 (0)