mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +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
|
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')
|
FROM input('size UInt64, file String')
|
||||||
SETTINGS format_regexp = '^\\s*(\\d+) (.+)$'
|
SETTINGS format_regexp = '^\\s*(\\d+) (.+)$'
|
||||||
FORMAT Regexp
|
FORMAT Regexp"""
|
||||||
"""
|
|
||||||
binary_sizes_file = profiles_dir / "binary_sizes.txt"
|
binary_sizes_file = profiles_dir / "binary_sizes.txt"
|
||||||
|
|
||||||
logging.info(
|
logging.info(
|
||||||
|
Loading…
Reference in New Issue
Block a user