slfan1989 commented on code in PR #12844: URL: https://github.com/apache/iceberg/pull/12844#discussion_r2136766160
########## api/src/main/java/org/apache/iceberg/actions/RewriteTablePath.java: ########## @@ -86,6 +86,16 @@ public interface RewriteTablePath extends Action<RewriteTablePath, RewriteTableP */ RewriteTablePath stagingLocation(String stagingLocation); + /** + * Whether to skip saving the file list location. + * + * @param skipFileList true to skip saving the file list, false to include it + * @return this instance for method chaining + */ + default RewriteTablePath skipFileList(boolean skipFileList) { Review Comment: @szehon-ho @dramaticlly @manuzhang Could you please spare some time to review this PR? Thanks a lot! Apologies for the delayed response. Recently, I've been working on migrating Hive tables to Iceberg tables, and following the approach mentioned in #12762, I've migrated over 500 tables in the past two months. During this process, I've encountered some issues that I'd like to discuss with you. I’m currently summarizing some information from the migration process and plan to update #12762 within 1-2 days. Looking forward to your feedback. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org