sijie opened a new pull request #3690: [schema] Introduce GenericRecordBuilder and the avro implementation URL: https://github.com/apache/pulsar/pull/3690 ### Motivation Provides a mechansim to produce a generic record in programming way. ### Modifications Introduce the generic record builder and provide a AVRO generic record implementation. ### Verifying this change This change added tests and can be verified as follows: * add a new test for generic record builder and serialize the generic record built by build and verify it using pojo schema ### Does this pull request potentially affect one of the following parts: *If `yes` was chosen, please highlight the changes* - Dependencies (does it add or upgrade a dependency): (no) - The public API: (yes) - The schema: (yes) - The default values of configurations: (no) - The wire protocol: (no) - The rest endpoints: (no) - The admin cli options: (no) - Anything that affects deployment: (no) ### Documentation - Does this pull request introduce a new feature? (yes) - If yes, how is the feature documented? (not documented) - If a feature is not applicable for documentation, explain why? - If a feature is not documented yet in this PR, please create a followup issue for adding the documentation
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services