bithw1 opened a new issue, #7990:
URL: https://github.com/apache/hudi/issues/7990

   Hi,
   
   I have a hudi table, say, it has 20 columns,  I have initialized the table 
with existed data.
   
   Then,  I begin to capture updated data and update them into the hudi table.
   
   The bad thing is the changed data I captured only contains the  changed 
columns, the unchanged part are not included.
   
   I tried, an error throws saying: `Parquet/Avro schema mismatch: Avro field 
'XXX' not found`
   
   Is it possible to update the hudi table with these fewer columns, and leave 
the unchanged columns as is in the hudi table?
   
   
   
   
   


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