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 |[email protected] |34853 |20230518073201741 | |0 |Carolyn Calderon |South Carolina|West Geraldborough|[email protected]|69285 |20230518073201741 | |4 |Jacob Barnes |Arizona |Michellehaven |[email protected] |48149 |20230518073201741 | |3 |Elizabeth Jones |Michigan |Clarkborough |[email protected] |null |20230518073201741 | |2 |Sydney Ayala |Rhode Island |Port Patrickstad |[email protected] |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 |[email protected] |34853 |20230518073305092 | |0 |Carolyn Calderon |South Carolina|West Geraldborough|[email protected]|69285 |20230518073201741 | |4 |Jacob Barnes |Arizona |Michellehaven |[email protected] |48149 |20230518073201741 | |3 |Elizabeth Jones |Michigan |Clarkborough |[email protected] |null |20230518073201741 | |2 |Sydney Ayala |Rhode Island |Port Patrickstad |[email protected] |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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
