jihoonson commented on a change in pull request #8550: JsonParserIterator.init
future timeout
URL: https://github.com/apache/incubator-druid/pull/8550#discussion_r325438153
##########
File path: server/src/main/java/org/apache/druid/client/JsonParserIterator.java
##########
@@ -127,7 +139,7 @@ private void init()
throw new QueryInterruptedException(
new ResourceLimitExceededException(
"query[%s] url[%s] timed out or max bytes limit reached.",
- query.getId(),
+ query != null ? query.getId() : null,
Review comment:
Please annotate `query` with `@Nullable`.
----------------------------------------------------------------
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]