mihaibudiu commented on PR #4725:
URL: https://github.com/apache/calcite/pull/4725#issuecomment-3715612164
There's a CI failure:
```
/home/runner/work/calcite/calcite/linq4j/src/main/java/org/apache/calcite/linq4j/function/NullablePredicate2.java:26:
warning: [MissingOverride] apply implements method in Function2; expected
@Override
Boolean apply(T0 v0, T1 v1);
^
(see https://errorprone.info/bugpattern/MissingOverride)
Did you mean '@Override Boolean apply(T0 v0, T1 v1);'?
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]