You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/01/06 08:29:59 UTC

[GitHub] [hive] pvary commented on a change in pull request #2856: Disable insert overwrite for bucket partitioned iceberg tables

pvary commented on a change in pull request #2856:
URL: https://github.com/apache/hive/pull/2856#discussion_r779376929



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java
##########
@@ -1617,8 +1617,7 @@ public OperatorType getType() {
 
   @Override
   public void augmentPlan() {
-    PlanUtils.configureOutputJobPropertiesForStorageHandler(
-        getConf().getTableInfo());
+    PlanUtils.configureOutputJobPropertiesForStorageHandler(getConf().getTableInfo());

Review comment:
       Refrain from formatting only changes, if not touching the file - this would just complicate backports




-- 
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: gitbox-unsubscribe@hive.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org