AlexRiedler opened a new pull request, #21167:
URL: https://github.com/apache/flink/pull/21167

   ## What is the purpose of the change
   
   Currently the code doesn't use the specified Avro Model's SpecificData 
record which means any logicalTypes registered on the avro type are unavailable 
resulting in an error. This is hot fix since this is an experimental module, 
and only fixes the current state of things for those that need it.
   
   ## Brief change log
   
    - Remove redundant schema serialization and de-serialization over and over
    - Make it so it uses the specific model as indicated instead of the generic 
'SpecificData' model
   
   ## Verifying this change
   
   Please make sure both new and modified tests in this PR follows the 
conventions defined in our code quality guide: 
https://flink.apache.org/contributing/code-style-and-quality-common.html#testing
   
   This change is already covered by existing tests, such as the modified two 
tests (adding a logical type)
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): NO
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: NO
     - The serializers: YES - writer factory. although experimental
     - The runtime per-record code paths (performance sensitive): NO
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: NO
     - The S3 file system connector: NO
   
   ## Documentation
   
     - Does this pull request introduce a new feature? NO
     - If yes, how is the feature documented? NOT APPLICABLE
   


-- 
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]

Reply via email to