chenjunjiedada commented on issue #422: Consider building a HadoopCatalog URL: https://github.com/apache/incubator-iceberg/issues/422#issuecomment-527320432 This is interesting, I'd like to spend some effort on this if you haven't started it yet. Regarding the `renameTable` challenge, The `renameTable` requires to rename the location of the table, for example, `hdfs://tableA -> hdfs://tableB`, which means to rename the directory and update the JSON file in both file version and location value of its content as well. The challenge is to do them atomically via hdfs rename. Could you please help to correct me if my understanding is not correct?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
