You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "scwhittle (via GitHub)" <gi...@apache.org> on 2024/02/01 13:00:51 UTC

[I] [Bug]: Nullness and other validation checks not running on org.apache.beam.runners.dataflow.worker.windmill due to broad generatedClassPatterns [beam]

scwhittle opened a new issue, #30183:
URL: https://github.com/apache/beam/issues/30183

   ### What happened?
   
   A generatedClassPatterns was added to build.gradle
   https://github.com/apache/beam/blob/5188e37ed445bbe01ce7e71ee8177c2fde8c91ad/runners/google-cloud-dataflow-java/worker/build.gradle#L93
   
   There are some generated AutoBuilder classes within this package but there are also lots of non-generated classes as well which could benefit from the automatic checks.
   
   The pattern could be changed to require AutoBuilder_ string as well but requires fixing the surfaced issues at the same time.
   
   ### Issue Priority
   
   Priority: 2 (default / most bugs should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam YAML
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [X] Component: Google Cloud Dataflow Runner


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug]: Nullness and other validation checks not running on org.apache.beam.runners.dataflow.worker.windmill due to broad generatedClassPatterns [beam]

Posted by "scwhittle (via GitHub)" <gi...@apache.org>.
scwhittle commented on issue #30183:
URL: https://github.com/apache/beam/issues/30183#issuecomment-1921277310

   @m-trieu Can you look into fixing this?


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org