apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.47k stars 3.7k forks source link

Spotbugs build error #7942

Open leventov opened 5 years ago

leventov commented 5 years ago

https://github.com/apache/incubator-druid/pull/7925#issuecomment-504464597

[ERROR] Method org.apache.druid.math.expr.StringExpr.toString() overrides the return value nullness annotation in an incompatible way. [org.apache.druid.math.expr.StringExpr] At Expr.java:[line 350] NP_METHOD_RETURN_RELAXING_ANNOTATION

FYI @Fokko

Fokko commented 5 years ago

I see your colleague already fixed this in https://github.com/apache/incubator-druid/commit/183d5be7ec7521fe375c0f9da094f4a574806970

Fokko commented 5 years ago

If you hit more of these failures, please don't hesitate to pull me in.