You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "autumnust (via GitHub)" <gi...@apache.org> on 2023/04/13 22:58:08 UTC

[GitHub] [gobblin] autumnust commented on a diff in pull request #3673: [GOBBLIN-1811]Fix Iceberg Registration Serialization

autumnust commented on code in PR #3673:
URL: https://github.com/apache/gobblin/pull/3673#discussion_r1166102102


##########
gobblin-data-management/src/main/java/org/apache/gobblin/data/management/copy/iceberg/IcebergTable.java:
##########
@@ -198,7 +198,8 @@ protected DatasetDescriptor getDatasetDescriptor(FileSystem fs) {
    * @param dstMetadata is null if destination {@link IcebergTable} is absent, in which case registration is skipped */
   protected void registerIcebergTable(TableMetadata srcMetadata, TableMetadata dstMetadata) {
     if (dstMetadata != null) {

Review Comment:
   are we assuming that `dstMetadata` could never be null ? 



-- 
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: dev-unsubscribe@gobblin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org