mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
A small fix (#55938)
This commit is contained in:
parent
f3e07b0fb3
commit
4015176d27
@ -159,7 +159,7 @@ def generate_random_files(
|
||||
values_csv = (
|
||||
"\n".join((",".join(map(str, row)) for row in rand_values)) + "\n"
|
||||
).encode()
|
||||
print(f"File {filename}, content: {total_values}")
|
||||
print(f"File {filename}, content: {rand_values}")
|
||||
put_s3_file_content(started_cluster, filename, values_csv)
|
||||
return total_values
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user