parthchandra commented on a change in pull request #1334: DRILL-6385: Support
JPPD feature
URL: https://github.com/apache/drill/pull/1334#discussion_r210138125
##########
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:
It would be OK to not generate c++ protobufs in this PR since the C++ client
doesn't actually (need to) use these values. We can lump the protobuf
regeneration with some other C++ client PR.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services