pratyakshsharma commented on pull request #2424:
URL: https://github.com/apache/hudi/pull/2424#issuecomment-758461542


   @n3nash In my previous org, we were dealing with a similar scenario where 
fields were getting deleted from few tables in production. Yeah parquet-avro 
reader will throw exception in the scenario you mentioned. We were actually 
using schema-registry to create and store an uber schema so that every field is 
present in the final schema before actually writing to parquet files. We 
created the uber schema at the start of DeltaStreamer, and used the same for 
the ingestion. 
   
   I guess all this is beyond the scope of this PR. We can initiate a separate 
discussion to support deletion of fields from schema.  :) 


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

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


Reply via email to