amansinha100 commented on a change in pull request #1334: DRILL-6385: Support
JPPD feature
URL: https://github.com/apache/drill/pull/1334#discussion_r199559121
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/rpc/data/DataTunnel.java
##########
@@ -92,6 +91,26 @@ public void sendRecordBatch(RpcOutcomeListener<Ack>
outcomeListener, FragmentWri
}
}
+ public void sendRuntimeFilter(RpcOutcomeListener<Ack> outcomeListener,
RuntimeFilterWritable runtimeFilter) {
+ SendRuntimeFilterAsyncListen cmd = new
SendRuntimeFilterAsyncListen(outcomeListener, runtimeFilter);
+ try{
+ if (isInjectionControlSet) {
+ // Wait for interruption if set. Used to simulate the fragment
interruption while the fragment is waiting for
+ // semaphore acquire. We expect the
Review comment:
The last statement is incomplete: 'We expect the..'
----------------------------------------------------------------
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