This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-12-12 01:12:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c380decbbb
ClickHouse
/
tests
/
queries
/
0_stateless
/
format_schemas
/
02327_schema.proto
10 lines
106 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
Fix schema inference in case of empty messages in Protobuf/CapnProto formats
2022-07-18 17:53:18 +00:00
syntax
=
"proto3"
;
Add settings to skip fields with unsupported types in Protobuf/CapnProto schema inference
2022-07-20 11:16:25 +00:00
message
Empty
{
Fix schema inference in case of empty messages in Protobuf/CapnProto formats
2022-07-18 17:53:18 +00:00
}
Try fix tests
2022-07-21 17:47:10 +00:00
message
MessageWithEmpty
{
Add settings to skip fields with unsupported types in Protobuf/CapnProto schema inference
2022-07-20 11:16:25 +00:00
Empty
empty
=
1
;
string
str
=
2
;
Fix schema inference in case of empty messages in Protobuf/CapnProto formats
2022-07-18 17:53:18 +00:00
}
;
Reference in New Issue
Copy Permalink