mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix error
This commit is contained in:
parent
225c78681e
commit
9436209950
@ -460,8 +460,8 @@ FORMAT JSONCompactEachRow"""
|
||||
SELECT {pr_info.number}, '{pr_info.sha}', '{stopwatch.start_time_str}', '{build_name}', '{instance_type}', '{instance_id}', file, size
|
||||
FROM input('size UInt64, file String')
|
||||
SETTINGS format_regexp = '^\\s*(\\d+) (.+)$'
|
||||
FORMAT Regexp
|
||||
"""
|
||||
FORMAT Regexp"""
|
||||
|
||||
binary_sizes_file = profiles_dir / "binary_sizes.txt"
|
||||
|
||||
logging.info(
|
||||
|
Loading…
Reference in New Issue
Block a user