voonhous commented on PR #5830:
URL: https://github.com/apache/hudi/pull/5830#issuecomment-1354413054

   @trushev I've read through the PR and noticed that the scope of the changes 
included here is limited to supporting Hudi Full Schema Evolution (HFSE).
   
   Prior to HFSE, Hudi has been relying on Avro's native Schema-Resolution 
(ASR) to perform schema evolution when performing UPSERTs via Spark, where 
schema changes are applied implicitly.
   
   These implicit schema changes do not write to `.schema` and hence, the 
feature here will not support ASR reads via Flink. 
   
   I provided some examples (Mainly on Spark) in this issue here: #7444.
   
   I was wondering if you have any plans on supporting ASR reads via Flink. 
   
   If there are none, I plan on adding this support for ASR reads via Flink. 
Wanted to clarify to prevent repeated effort on the same feature.


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