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

   ### Describe the problem you faced
   
   For the MOR table,
   
   There is record (id = 1 , name = A0)  in the base parquet file, then 
   1. I update the record, the record will write to the log file(id=1, name=A1),
   2. I update the record again,id=1,name=A2,
   
   My question is id=1,name=A1 and id=1,name=A2 are in the same log file(append 
write), OR id=1,name=A2  overwrite id=1,name=A1, that is, id=1,name=A2 will 
update id=1,name=A1 in place?
   
   
   
   
   
   ### To Reproduce
   
   1.
   2.
   3.
   4.
   
   
   ### Expected behavior
   
   1
   
   ### Environment Description
   
   * Hudi version:
   * Spark version:
   * Flink version:
   * Hive version:
   * Hadoop version:
   * Storage (HDFS/S3/GCS..):
   * Running on Docker? (yes/no):
   
   
   ### Additional context
   
   _No response_
   
   ### Stacktrace
   
   ```shell
   
   ```


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