pvary commented on a change in pull request #2701:
URL: https://github.com/apache/hive/pull/2701#discussion_r724386281
##########
File path:
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.java
##########
@@ -80,13 +80,13 @@ private static HiveIcebergRecordWriter writer(JobConf jc) {
FileIO io = table.io();
LocationProvider location = table.locationProvider();
EncryptionManager encryption = table.encryption();
+ boolean isDelete = jc.get(HiveIcebergStorageHandler.DELETE_KEY) != null;
Review comment:
nit: TODO message to remove this when we have ORC delete
--
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]