Github user julienledem commented on a diff in the pull request:
https://github.com/apache/drill/pull/207#discussion_r42252771
--- Diff: protocol/src/main/protobuf/Types.proto ---
@@ -73,6 +74,7 @@ message MajorType {
optional int32 precision = 4; // used for decimal types
optional int32 scale = 5; // used for decimal types
optional int32 timeZone = 6; // used by TimeStamp type
+ repeated MinorType sub_type = 7; // used by Union type
--- End diff --
Why do we need this for Union when we don't need it for other complex types
(LIST, MAP, ...)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---