atifiu commented on issue #8095:
URL: https://github.com/apache/iceberg/issues/8095#issuecomment-1881423266

   @rdblue I was trying to do the same but in my case partitioning is same as I 
am trying to add files from the same table with the same partition 
transformation on a new table with exact same DDL except that I am changing the 
path of new table. Actually I am trying to change the path of existing table 
and there is no simple way in Iceberg so I have copied all the files from old 
table to a temp path (parquet files) and then trying to add_files to new 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.

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