nastra commented on code in PR #9728: URL: https://github.com/apache/iceberg/pull/9728#discussion_r1576017301
########## core/src/main/java/org/apache/iceberg/FileScanTaskParser.java: ########## @@ -40,16 +40,39 @@ public class FileScanTaskParser { private FileScanTaskParser() {} + /** + * Serialize file scan task to JSON string + * + * @deprecated Use {@link ScanTaskParser#toJson(FileScanTask)} instead; will be removed in 1.7.0 Review Comment: ```suggestion * @deprecated will be removed in 1.7.0; use {@link ScanTaskParser#toJson(FileScanTask)} instead ``` -- 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