sohami commented on a change in pull request #1334: DRILL-6385: Support JPPD 
feature
URL: https://github.com/apache/drill/pull/1334#discussion_r209718874
 
 

 ##########
 File path: 
protocol/src/main/java/org/apache/drill/exec/proto/UserBitShared.java
 ##########
 @@ -585,6 +585,10 @@ private FragmentState(int index, int value) {
      * <code>PARTITION_LIMIT = 54;</code>
      */
     PARTITION_LIMIT(54, 54),
+    /**
+     * <code>RUNTIME_FILTER = 55;</code>
+     */
+    RUNTIME_FILTER(55, 55)
 
 Review comment:
   this file is generated after making changes in the `.proto` files. Please 
add this new operator type 
[here](https://github.com/apache/drill/blob/master/protocol/src/main/protobuf/UserBitShared.proto#L345)
 and later generate the .java and .cc files following instructions 
[here](https://github.com/apache/drill/blob/master/protocol/readme.txt).

----------------------------------------------------------------
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

Reply via email to