clintropolis edited a comment on pull request #9507:
URL: https://github.com/apache/druid/pull/9507#issuecomment-716788629
looks like a compilation failure on:
```
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/travis/build/apache/druid/integration-tests/src/main/java/org/apache/druid/cli/CliHistoricalForQueryRetryTest.java:[46,15]
[MissingOverride] configure overrides method in CliHistorical; expected
@Override
(see https://errorprone.info/bugpattern/MissingOverride)
Did you mean '@Override @Inject'?
```
and a test failure:
```
[ERROR] Errors:
[ERROR]
org.apache.druid.server.coordinator.DruidCoordinatorTest.testBalancerThreadNumber(org.apache.druid.server.coordinator.DruidCoordinatorTest)
[ERROR] Run 1: DruidCoordinatorTest.testBalancerThreadNumber:690 »
NullPointer
[ERROR] Run 2: DruidCoordinatorTest.testBalancerThreadNumber:690 »
NullPointer
[ERROR] Run 3: DruidCoordinatorTest.testBalancerThreadNumber:690 »
NullPointer
[ERROR] Run 4: DruidCoordinatorTest.testBalancerThreadNumber:690 »
NullPointer
```
otherwise, lgtm
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]