File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ impl DefaultSettings {
290
290
mode : SettingMode :: Both ,
291
291
range : Some ( SettingRange :: Numeric ( 0 ..=u64:: MAX ) ) ,
292
292
} ) ,
293
- ( "inlist_to_join_threshold" , DefaultSettingValue {
293
+ ( "inlist_to_join_threshold" , DefaultSettingValue {
294
294
value : UserSettingValue :: UInt64 ( 1024 ) ,
295
295
desc : "Set the threshold for converting IN list to JOIN." ,
296
296
mode : SettingMode :: Both ,
@@ -493,7 +493,7 @@ impl DefaultSettings {
493
493
range : Some ( SettingRange :: Numeric ( 0 ..=1 ) ) ,
494
494
} ) ,
495
495
( "enable_experimental_merge_into" , DefaultSettingValue {
496
- value : UserSettingValue :: UInt64 ( 0 ) ,
496
+ value : UserSettingValue :: UInt64 ( 1 ) ,
497
497
desc : "Enables the experimental feature for 'MERGE INTO'." ,
498
498
mode : SettingMode :: Both ,
499
499
range : Some ( SettingRange :: Numeric ( 0 ..=1 ) ) ,
You can’t perform that action at this time.
0 commit comments