sijie opened a new pull request #2537: [schema] enable Schema.AUTO if functions or connectors are using GenericRecord URL: https://github.com/apache/incubator-pulsar/pull/2537 ### Motivation For connectors like JDBC connector, we will be using `GenericRecord` for mapping individual fields to the sink destination. If a function or connector is programming using the `GenericRecord`, pulsar should use Schema.AUTO to detect schema automatically. ### Modifications Enable `Schema.AUTO` in functions and connectors ### Result We are able to use `GenericRecord` in functions and connectors.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
