You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/07/30 02:08:24 UTC

[GitHub] sohami commented on a change in pull request #1334: DRILL-6385: Support JPPD feature

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

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/data/DataRpcConfig.java
 ##########
 @@ -42,6 +43,7 @@ public static RpcConfig getMapping(DrillConfig config, Executor executor) {
         .add(RpcType.HANDSHAKE, BitClientHandshake.class, RpcType.HANDSHAKE, BitServerHandshake.class)
         .add(RpcType.REQ_RECORD_BATCH, FragmentRecordBatch.class, RpcType.ACK, Ack.class)
         .add(RpcType.SASL_MESSAGE, SaslMessage.class, RpcType.SASL_MESSAGE, SaslMessage.class)
+        .add(RpcType.REQ_RUNTIME_FILTER, BitData.RuntimeFilterBDef.class, RpcType.ACK, Ack.class)
 
 Review comment:
   please import specific class for `RuntimeFilterBDef`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services