Skip to content

Commit bdebcf3

Browse files
authored
Merge pull request MaterializeInc#26723 from def-/pr-assert-on-null
testing: Keep outdated configs for older versions in platform-checks
2 parents 713330d + af23ef9 commit bdebcf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/python/materialize/mzcompose/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"compute_hydration_concurrency": 2,
6060
"disk_cluster_replicas_default": "true",
6161
"enable_alter_swap": "true",
62+
"enable_assert_not_null": "true",
6263
"enable_aws_connection": "true",
6364
"enable_columnation_lgalloc": "true",
6465
"enable_comment": "true",
@@ -77,6 +78,7 @@
7778
"enable_reduce_mfp_fusion": "true",
7879
"enable_refresh_every_mvs": "true",
7980
"enable_cluster_schedule_refresh": "true",
81+
"enable_sink_doc_on_option": "true",
8082
"enable_statement_lifecycle_logging": "true",
8183
"enable_table_keys": "true",
8284
"enable_variadic_left_join_lowering": "true",

0 commit comments

Comments
 (0)