@@ -24,5 +24,5 @@ ENABLE_NEW_CREATE_TABLE = Config(
key="enable_new_create_table",
help=_("Flag to turn on the new version of the create table wizard."),
type=bool,
- default=False
+ default=True
)
@@ -937,7 +937,7 @@
[metastore]
# Flag to turn on the new version of the create table wizard.
- ## enable_new_create_table=false
+ ## enable_new_create_table=true
###########################################################################
@@ -939,7 +939,7 @@