sohami commented on a change in pull request #1334: DRILL-6385: Support JPPD feature URL: https://github.com/apache/drill/pull/1334#discussion_r210033190
########## File path: protocol/src/main/protobuf/UserBitShared.proto ########## @@ -343,6 +343,7 @@ enum CoreOperatorType { IMAGE_SUB_SCAN = 52; SEQUENCE_SUB_SCAN = 53; PARTITION_LIMIT = 54; + RUNTIME_FILTER = 55; Review comment: Since the CoreOperatorType is placed inside `UserBitShared.proto` file which is consumed by c++ client as well (for some reason) we have to generate the protobuff files for c++ client too. You can follow instructions [here](https://github.com/apache/drill/blob/master/contrib/native/client/readme.linux) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services