Skip to content

Commit e74fbbd

Browse files
authored
Merge pull request #34224 from bkirwi/combine-batches
[persist / sources] Allow combining batches by default in CI
2 parents 0cb63d5 + 1d8d396 commit e74fbbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/python/materialize/mzcompose/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ def get_variable_system_parameters(
354354
"persist_blob_cache_scale_with_threads", "true", ["true", "false"]
355355
),
356356
VariableSystemParameter(
357-
"persist_validate_part_bounds_on_read", "true", ["true", "false"]
357+
"persist_validate_part_bounds_on_read", "false", ["true", "false"]
358358
),
359359
VariableSystemParameter(
360-
"persist_validate_part_bounds_on_write", "true", ["true", "false"]
360+
"persist_validate_part_bounds_on_write", "false", ["true", "false"]
361361
),
362362
VariableSystemParameter("pg_offset_known_interval", "1s", ["100ms", "1s"]),
363363
VariableSystemParameter(

0 commit comments

Comments
 (0)