Vivek Rai created GOBBLIN-2169:
----------------------------------
Summary: Fix NPE in overwritePartition
Key: GOBBLIN-2169
URL: https://issues.apache.org/jira/browse/GOBBLIN-2169
Project: Apache Gobblin
Issue Type: Bug
Reporter: Vivek Rai
While overwrite we log the snapshot id of last snapshot present before commit,
incase table has no previous snapshot it will give NPE
Line giving NPE -
{code:java}
log.info("~{}~ SnapshotId before overwrite: {}", tableId,
accessTableMetadata().currentSnapshot().snapshotId());{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)