pvary commented on a change in pull request #3912:
URL: https://github.com/apache/iceberg/pull/3912#discussion_r790761416
##########
File path: mr/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergMetaHook.java
##########
@@ -103,11 +105,13 @@ public void
preCreateTable(org.apache.hadoop.hive.metastore.api.Table hmsTable)
}
}
+ Set<String> identifierFieldNames = HiveIcebergSerDe.getIdentifierFieldSet(
+
hmsTable.getParameters().remove(InputFormatConfig.IDENTIFIER_FIELD_NAMES));
Review comment:
Could we use just a `get` here, and remove the parameter using the
`PARAMETERS_TO_REMOVE`?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]