masteryhx commented on PR #21635:
URL: https://github.com/apache/flink/pull/21635#issuecomment-1857189693

   > Hi @masteryhx , sorry for the late reply!
   > 
   > After reading your PR, I finally figured out why the default 
implementation of old method and new method should call each other. I think we 
could do something tricky to check whether one of the old and new methods has 
been implemented in specific `TypeSerializerSnapshot` before it is called. 
https://stackoverflow.com/a/2315467 this may provide some ideas. WDYT?
   
   Thanks for the advice.
   It's a good idea to avoid infinite loop when users don't implement both 
methods.
   I will update the pr to support 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