kunal-nandwana commented on issue #5556:
URL: https://github.com/apache/iceberg/issues/5556#issuecomment-1219075396

   @kbendick... I got your point that Implementing this feature would require 
spark change... but I see in Iceberg has two steps for create table and then 
upsert(Merge)... But In case of Hudi.. we can use "Upsert" to work with 
everthing... But Cataloging in most cool feature in Iceberg really..
   
   Can you suggest me how can I achieve it manually?
   
   I am thinking of this below logic..
   1. I have Nested schema on both target and source side
   2. I need to find out the column difference between both at any location
   3. We can Use alter statements to insert the columns in the table at a 
specified location, It can in the array also..
   4. Then We can use merge statements to merge our data..
   
   Do you thinks the above solution is feasible?
   
   
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to