apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.84k stars 4.24k forks source link

[Umbrella] Eliminate nullability errors from Beam Java #20497

Open damccorm opened 2 years ago

damccorm commented 2 years ago

I enabled the checker framework and the core SDK exceeds 100 nullability errors immediately. We should make this number zero, since nullability errors are solved problem in computer science and they do periodically impact Beam.

Imported from Jira BEAM-10402. Original Jira may contain additional context. Reported by: kenn.

damccorm commented 2 years ago

The following subtask(s) are associated with this issue: #20498, #20499, #20500, #20501, #20502, #20503, #20504, #20505, #20506, #20507