slfan1989 commented on code in PR #13837: URL: https://github.com/apache/iceberg/pull/13837#discussion_r2317540772
########## spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteTablePathSparkAction.java: ########## @@ -90,12 +90,14 @@ public class RewriteTablePathSparkAction extends BaseSparkAction<RewriteTablePat private static final Logger LOG = LoggerFactory.getLogger(RewriteTablePathSparkAction.class); private static final String RESULT_LOCATION = "file-list"; + public static final String NOT_APPLICABLE = "N/A"; Review Comment: Thank you for your suggestion! I have made improvements based on 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