Github user StevenMPhillips commented on a diff in the pull request: https://github.com/apache/drill/pull/214#discussion_r42687575 --- Diff: protocol/src/main/java/org/apache/drill/exec/proto/beans/CoreOperatorType.java --- @@ -58,7 +58,8 @@ HBASE_SUB_SCAN(33), WINDOW(34), NESTED_LOOP_JOIN(35), - AVRO_SUB_SCAN(36); + AVRO_SUB_SCAN(36), --- End diff -- I agree that the situation is less than ideal, and it has always kind of bothered me. But I think this is a separate issue and really has no bearing on the current PR. We should move this discussion to the mailing list or a new JIRA.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---