We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 735e223 + dc0e10a commit fdcb8ffCopy full SHA for fdcb8ff
misc/python/materialize/parallel_workload/expression.py
@@ -277,7 +277,7 @@ def expression(
277
level: int = 0,
278
) -> str:
279
if level < 60:
280
- if FUNC_OPS[data_type] and rng.random() < 0.7:
+ if FUNC_OPS[data_type] and rng.random() < 0.5:
281
fnop = rng.choice(FUNC_OPS[data_type])
282
if (
283
kind == ExprKind.ALL
0 commit comments