kolban-google opened a new issue, #24833: URL: https://github.com/apache/beam/issues/24833
### What needs to happen? When we look at the JavaDoc for the [org.apache.beam.sdk.schemas.transforms.Filter](https://beam.apache.org/releases/javadoc/2.43.0/org/apache/beam/sdk/schemas/transforms/Filter.html) class, we see that it describes the use of the static method called: ``` Filter.whereFieldName(...) ``` Unfortunately, there is no such method. It is believed that what the JavaDoc should describe is: ``` Filter.create().whereFieldName(...) ``` This task asks for the update of the sample code in the JavaDoc. ### Issue Priority Priority: 3 (nice-to-have improvement) ### Issue Components - [ ] Component: Python SDK - [X] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] 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 - [ ] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
