Skip to content

Commit

Permalink
ci: enable the v2 correction implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
teskje committed Feb 7, 2025
1 parent 0e93a6c commit c6fccd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/python/materialize/mzcompose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def get_default_system_parameters(
"enable_alter_swap": "true",
"enable_columnation_lgalloc": "true",
"enable_compute_chunked_stack": "true",
"enable_compute_correction_v2": "true",
"enable_connection_validation_syntax": "true",
"enable_continual_task_builtins": (
"true" if version > MzVersion.parse_mz("v0.127.0-dev") else "false"
Expand Down

0 comments on commit c6fccd5

Please sign in to comment.