jenniferdai commented on a change in pull request #4253: Add segment
pre-processing Hadoop job
URL: https://github.com/apache/incubator-pinot/pull/4253#discussion_r290437692
##########
File path:
pinot-server/src/test/java/org/apache/pinot/server/request/ScheduledRequestHandlerTest.java
##########
@@ -126,9 +128,14 @@ public void testQueryProcessingException()
@Nonnull
@Override
public ListenableFuture<byte[]> submit(@Nonnull ServerQueryRequest
queryRequest) {
- ListenableFuture<DataTable> dataTable =
resourceManager.getQueryRunners().submit(() -> {
- throw new RuntimeException("query processing error");
- });
+ ListenableFuture<DataTable> dataTable =
((ListeningExecutorService)resourceManager.getQueryRunners()).submit(
Review comment:
can you remove this portion? seems unrelated to the general one
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]