cccs-jc opened a new issue #3142: URL: https://github.com/apache/iceberg/issues/3142
I'm using the directory based Iceberg catalogue (Hadoop based) I've put my files into ``` /iceberg_src/db/table1 ``` I would like to move `table1` into another directory based Iceberg catalogue ``` /iceberg_dst/db2 ``` I can't use linux mv command to move the table1 directory into /iceberg_dst/db2. Iceberg keeps full paths of the data files in it's metadata files and manifest avro files. Is there an Iceberg command to move a table this way, which would update the metadata and manifests? Preferably in pyspark or SQL. Thanks -- 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]
