vikrambohra commented on a change in pull request #3385:
URL: https://github.com/apache/gobblin/pull/3385#discussion_r704673620
##########
File path:
gobblin-iceberg/src/main/java/org/apache/gobblin/iceberg/writer/IcebergMetadataWriter.java
##########
@@ -265,6 +313,9 @@ public void write(GobblinMetadataChangeEvent gmce,
Map<String, Collection<HiveSp
return;
}
table = createTable(gmce, tableSpec);
+ if(tableMetadata.completenessEnabled) {
Review comment:
Will remove this as the new column will be added during computation of
late column
--
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]