Israel Herraiz
Israel Herraiz
### What happened? When using the inference of schema with a POJO, a Java Bean or an AutoValue class, the order of the fields in the schema may change during...
### What happened? The annotation `@SchemaFieldNumber` expects a String, but [the documentation shows an example using integers](https://beam.apache.org/releases/javadoc/2.53.0/org/apache/beam/sdk/schemas/annotations/SchemaFieldNumber.html). This is [how that annotation is used](https://github.com/apache/beam/blob/e9202abb7ad8b2041a257fb3f50337a2f03127b1/sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/FieldValueTypeInformation.java#L150) (with `parseInt` applied to a `String`),...
Hi, This is a brief pull request to fix the spelling of "queries" in a filename, and one import of that file. Kind regards, Israel
This is a follow-up PR to #31953, and part of the issue #31905. This PR adds the actual writer functionality, and some additional testing, including integration testing. This should be...
### What would you like to happen? I'd like to add a native Java connector to write messages to [Solace](https://solace.com/) message broker. See the design doc for details: https://docs.google.com/document/d/1mPQFT4OCEUjFIoEwkL3W4mQVj0JuCC0TXmYt-8CBV-E/edit?usp=sharing ###...