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 58e0bc8 + ea102e1 commit 989af66Copy full SHA for 989af66
tests/clickhouse-test
@@ -308,7 +308,7 @@ class SharedEngineReplacer:
308
# Replace table engines if echo enabled to match changed reference
309
if (
310
self.cloud or self.args.replace_log_memory_with_mergetree
311
- ) and re.match("-- ?\{ ?echo.*", line):
+ ) and re.match("-- ?{ ?echo.*", line):
312
self.with_echo = True
313
314
if self.cloud and self.with_echo:
0 commit comments