[
https://issues.apache.org/jira/browse/GOBBLIN-1833?focusedWorklogId=862228&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-862228
]
ASF GitHub Bot logged work on GOBBLIN-1833:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 23/May/23 21:30
Start Date: 23/May/23 21:30
Worklog Time Spent: 10m
Work Description: rdsr commented on code in PR #3696:
URL: https://github.com/apache/gobblin/pull/3696#discussion_r1199634038
##########
gobblin-iceberg/src/main/java/org/apache/gobblin/iceberg/writer/IcebergMetadataWriter.java:
##########
@@ -1011,6 +1011,9 @@ private void submitSnapshotCommitEvent(Snapshot snapshot,
TableMetadata tableMet
gobblinTrackingEvent.addMetadata(entry.getKey(), entry.getValue());
}
}
+ if (tableMetadata.completenessEnabled) {
Review Comment:
Do we now have to enable this feature on every table?
Issue Time Tracking
-------------------
Worklog Id: (was: 862228)
Remaining Estimate: 0h
Time Spent: 10m
> Emit Completeness watermark information in snapshotCommitEvent
> --------------------------------------------------------------
>
> Key: GOBBLIN-1833
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1833
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Zihan Li
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)