deniskuzZ commented on code in PR #6413:
URL: https://github.com/apache/hive/pull/6413#discussion_r3317482591


##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.java:
##########
@@ -1536,10 +1536,10 @@ public List<FieldSchema> 
acidSelectColumns(org.apache.hadoop.hive.ql.metadata.Ta
       case DELETE ->
         // TODO: make it configurable whether we want to include the table 
columns in the select query.
         // It might make delete writes faster if we don't have to write out 
the row object
-          ListUtils.union(ACID_VIRTUAL_COLS_AS_FIELD_SCHEMA, table.getCols());
+          ListUtils.union(ACID_VIRTUAL_COLS_AS_FIELD_SCHEMA, 
table.getStorageSchemaCols());

Review Comment:
   drop this `getStorageSchemaCols`. union getCols and getPartitionCols



-- 
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]

Reply via email to