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.
1 parent 88c5e52 commit ea102e1Copy full SHA for ea102e1
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