Will-Lo commented on code in PR #4142:
URL: https://github.com/apache/gobblin/pull/4142#discussion_r2433508932
##########
gobblin-data-management/src/main/java/org/apache/gobblin/data/management/copy/iceberg/IcebergOverwritePartitionsStep.java:
##########
@@ -57,6 +58,7 @@
@Slf4j
public class IcebergOverwritePartitionsStep implements CommitStep {
Review Comment:
We should put a comment/include in the javadoc that schema updates must be
enforced to be backwards compatible by the catalog in the partition overwrite
step otherwise previous partitions may become unreadable.
--
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]