soumilshah1995 commented on issue #11348:
URL: https://github.com/apache/hudi/issues/11348#issuecomment-2161843209

   I was reading thread would this 
helphttps://soumilshah1995.blogspot.com/2023/05/hands-on-lab-unleashing-efficiency-and.html
   
   ```
   
   
+-----------+------------------+--------------+------------------+---------------------------+------+-------------------+
   |customer_id|name              |state         |city              |created_at 
                |salary|_hoodie_commit_time|
   
+-----------+------------------+--------------+------------------+---------------------------+------+-------------------+
   |1          |Mackenzie Martinez|Maryland      |Lake Nicole       
|td...@example.org          |34853 |20230518073201741  |
   |0          |Carolyn Calderon  |South Carolina|West 
Geraldborough|porterchrist...@example.org|69285 |20230518073201741  |
   |4          |Jacob Barnes      |Arizona       |Michellehaven     
|lewisjenni...@example.net  |48149 |20230518073201741  |
   |3          |Elizabeth Jones   |Michigan      |Clarkborough      
|mauric...@example.net      |null  |20230518073201741  |
   |2          |Sydney Ayala      |Rhode Island  |Port Patrickstad  
|kevi...@example.com        |52640 |20230518073201741  |
   
+-----------+------------------+--------------+------------------+---------------------------+------+-------------------+
   
   
   NEW RECORDS
   
   +-----------+----+-----+--------+----------+-----+------+
   |customer_id|name|state|    city|created_at|email|salary|
   +-----------+----+-----+--------+----------+-----+------+
   |          1|null|   CT|stamford|      null| null|  null|
   +-----------+----+-----+--------+----------+-----+------+
   
   
   AFTER UPSERT
   
+-----------+------------------+--------------+------------------+---------------------------+------+-------------------+
   |customer_id|name              |state         |city              |created_at 
                |salary|_hoodie_commit_time|
   
+-----------+------------------+--------------+------------------+---------------------------+------+-------------------+
   |1          |Mackenzie Martinez|CT            |stamford          
|td...@example.org          |34853 |20230518073305092  |
   |0          |Carolyn Calderon  |South Carolina|West 
Geraldborough|porterchrist...@example.org|69285 |20230518073201741  |
   |4          |Jacob Barnes      |Arizona       |Michellehaven     
|lewisjenni...@example.net  |48149 |20230518073201741  |
   |3          |Elizabeth Jones   |Michigan      |Clarkborough      
|mauric...@example.net      |null  |20230518073201741  |
   |2          |Sydney Ayala      |Rhode Island  |Port Patrickstad  
|kevi...@example.com        |52640 |20230518073201741  |
   
+-----------+------------------+--------------+------------------+---------------------------+------+-------------------+
   
   ```


-- 
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: commits-unsubscr...@hudi.apache.org

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

Reply via email to