[ https://issues.apache.org/jira/browse/HIVE-25376?focusedWorklogId=627175&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627175 ]
ASF GitHub Bot logged work on HIVE-25376: ----------------------------------------- Author: ASF GitHub Bot Created on: 23/Jul/21 13:14 Start Date: 23/Jul/21 13:14 Worklog Time Spent: 10m Work Description: pvary commented on a change in pull request #2523: URL: https://github.com/apache/hive/pull/2523#discussion_r675554851 ########## File path: iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/vector/HiveVectorizedReader.java ########## @@ -60,7 +61,8 @@ private HiveVectorizedReader() { public static <D> CloseableIterable<D> reader(InputFile inputFile, FileScanTask task, Map<Integer, ?> idToConstant, TaskAttemptContext context) { - JobConf job = (JobConf) context.getConfiguration(); + // Tweaks on jobConf here are relevant for this task only, so we need to copy it first as context's conf is reused.. Review comment: Is this `not relevant`, or `should not 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 627175) Time Spent: 20m (was: 10m) > Iceberg vectorized ORC reads fail on reordered partition columns > ---------------------------------------------------------------- > > Key: HIVE-25376 > URL: https://issues.apache.org/jira/browse/HIVE-25376 > Project: Hive > Issue Type: Bug > Reporter: Ádám Szita > Assignee: Ádám Szita > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > Similarly to HIVE-25360 reordering partition columns can cause a problem, > this time when constant value filling happens for partition columns. Column > indices must be mapped to the current schema (which may contain the columns > reordered) -- This message was sent by Atlassian Jira (v8.3.4#803005)