mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 21:12:28 +00:00
e701cec0f2
I was able to reproduce the problem, but only with ASan build, but CI is better them me in this job. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
6 lines
62 B
Protocol Buffer
6 lines
62 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message Numbers {
|
|
uint64 number = 1;
|
|
};
|