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

2025-01-15 Thread via GitHub
github-actions[bot] commented on issue #3142: URL: https://github.com/apache/iceberg/issues/3142#issuecomment-2594191413 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

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

2025-01-14 Thread via GitHub
manuzhang closed issue #11645: How to move Iceberg table from one location to another URL: https://github.com/apache/iceberg/issues/11645 -- 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

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

2024-11-25 Thread via GitHub
manuzhang commented on issue #11645: URL: https://github.com/apache/iceberg/issues/11645#issuecomment-2499650280 You may follow progress in https://github.com/apache/iceberg/pull/11555, which supports rewriting table paths in metadata and delete files. -- This is an automated message from

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

2024-07-12 Thread via GitHub
anuragmantri commented on issue #3142: URL: https://github.com/apache/iceberg/issues/3142#issuecomment-2226580307 There is now a PR in review which rewrites metadata with new location and also does some other checks. Please take a look at the PR for some ideas https://github.com/apach

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

2024-07-12 Thread via GitHub
namangoel31 commented on issue #3142: URL: https://github.com/apache/iceberg/issues/3142#issuecomment-2226154660 @cccs-jc, how do you determine the schema for writing to avro? I'm not able to get anything useful. -- This is an automated message from the Apache Git Service. To respond

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 fil

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. Cu

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 ab

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 go