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

   This PR resolves a large number of violations of the schema lifecycle; where 
the schema was used without open() being called beforehand.
   This is generally bad because certain schemas might rely on it, but also a 
blocker for FLINK-28621 because it will require the mapper to be created 
post-deserialization (where `open()` is the appropriate olace to do this).


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to