mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 16:42:04 +00:00
18e036d19b
Improved matching enum data types to protobuf enum type. Fixed serialization of the Map data type. Omitted values are now set by default.
6 lines
70 B
Protocol Buffer
6 lines
70 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message Message {
|
|
map<string, uint32> a = 1;
|
|
};
|