rdblue commented on a change in pull request #841: Upgrade Hive to 2.3.6 for 
Iceberg
URL: https://github.com/apache/incubator-iceberg/pull/841#discussion_r393175128
 
 

 ##########
 File path: hive/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java
 ##########
 @@ -173,9 +181,9 @@ protected void doCommit(TableMetadata base, TableMetadata 
metadata) {
       if (base != null) {
         metaClients.run(client -> {
           EnvironmentContext envContext = new EnvironmentContext(
-              ImmutableMap.of(StatsSetupConst.DO_NOT_UPDATE_STATS, 
StatsSetupConst.TRUE)
-          );
-          client.alter_table(database, tableName, tbl, envContext);
+              ImmutableMap.of(StatsSetupConst.DO_NOT_UPDATE_STATS, 
StatsSetupConst.TRUE));
 
 Review comment:
   Nit: this line didn't need to change.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to