You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/05/17 05:37:22 UTC

[GitHub] [hudi] n3nash commented on issue #2936: [SUPPORT] OverwriteNonDefaultsWithLatestAvroPayload not work in mor table

n3nash commented on issue #2936:
URL: https://github.com/apache/hudi/issues/2936#issuecomment-842002951


   @shenbinglife I'm trying to understand the issue you are facing. 
   
   Are you expecting to just change `xx field to newValue` and let xx2 field continue to have it's previous value ? If yes, you can try the following:
   
   df.withColumn(xx, new Value) and then perform the upsert. Once that is done, try to do the following : 
   
   1. Run a realtime query on the mor table with _rt 
   2. Compact the table
   3. Run a read optimized query on the mor 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.

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