ClickHouse/tests/queries/0_stateless/format_schemas/03250.proto
Azat Khuzhin e701cec0f2 Add a test for SYSTEM DROP FORMAT SCHEMA CACHE FOR Protobuf
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>
2024-10-06 08:11:10 +02:00

6 lines
62 B
Protocol Buffer

syntax = "proto3";
message Numbers {
uint64 number = 1;
};