mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Automatic style fix
This commit is contained in:
parent
28ae671875
commit
f7f2a9872d
@ -1437,7 +1437,9 @@ select splitByChar('/', file_name)[-1] as file from system.s3queue where zookeep
|
||||
]
|
||||
|
||||
if len(res1) + len(res2) != total_rows or len(res1) <= 0 or len(res2) <= 0 or True:
|
||||
logging.debug(f"res1 size: {len(res1)}, res2 size: {len(res2)}, total_rows: {total_rows}")
|
||||
logging.debug(
|
||||
f"res1 size: {len(res1)}, res2 size: {len(res2)}, total_rows: {total_rows}"
|
||||
)
|
||||
print_debug_info()
|
||||
|
||||
assert len(res1) + len(res2) == total_rows
|
||||
|
Loading…
Reference in New Issue
Block a user