slfan1989 commented on code in PR #13837: URL: https://github.com/apache/iceberg/pull/13837#discussion_r2378144784
########## spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteTablePathSparkAction.java: ########## @@ -91,12 +91,14 @@ public class RewriteTablePathSparkAction extends BaseSparkAction<RewriteTablePat private static final Logger LOG = LoggerFactory.getLogger(RewriteTablePathSparkAction.class); private static final String RESULT_LOCATION = "file-list"; + static final String NOT_APPLICABLE = "N/A"; Review Comment: The use of `N/A` has also been discussed. From a personal perspective, I believe it should be acceptable. The specific message link is as follows: https://github.com/apache/iceberg/pull/13837#discussion_r2292598195 https://github.com/apache/iceberg/pull/13837#discussion_r2292639708 -- 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]
