Re: [I] How to move Iceberg table from one location to another [iceberg]

2024-04-25 Thread via GitHub
cccs-jc commented on issue #3142: URL: https://github.com/apache/iceberg/issues/3142#issuecomment-2077081125 @ksmatharoo, thank you for providing your code to replace the paths within the iceberg metadata. I've implemented a similar solution using Python's fastavro to handle Avro

Re: [I] How to move Iceberg table from one location to another [iceberg]

2024-04-03 Thread via GitHub
ksmatharoo commented on issue #3142: URL: https://github.com/apache/iceberg/issues/3142#issuecomment-2036179649 @atifiu @meicanhong We encountered a similar issue when we switched S3 vendors, necessitating the copying of all data to another bucket, resulting in unreadable iceberg tables.

Re: [I] How to move Iceberg table from one location to another [iceberg]

2024-01-08 Thread via GitHub
meicanhong commented on issue #3142: URL: https://github.com/apache/iceberg/issues/3142#issuecomment-1882206973 @atifiu I didn't solve this problem. For a discussion on this issue, check out this issue https://github.com/apache/iceberg/issues/1617 -- This is an automated message from the

Re: [I] How to move Iceberg table from one location to another [iceberg]

2024-01-08 Thread via GitHub
atifiu commented on issue #3142: URL: https://github.com/apache/iceberg/issues/3142#issuecomment-1881540781 @anuragmantri How to rewrite the metadata after copying the files, I have tried using add_files but it does not support transformation on partition column @meicanhong Are you

Re: [I] How to move Iceberg table from one location to another [iceberg]

2024-01-08 Thread via GitHub
atifiu commented on issue #3142: URL: https://github.com/apache/iceberg/issues/3142#issuecomment-1881537803 @anuragmantri Are you able to solve this ? -- 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