You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/09/07 01:17:11 UTC

[GitHub] sijie opened a new pull request #2537: [schema] enable Schema.AUTO if functions or connectors are using GenericRecord

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:
users@infra.apache.org


With regards,
Apache Git Services