[ 
https://issues.apache.org/jira/browse/HIVE-25360?focusedWorklogId=626045&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-626045
 ]

ASF GitHub Bot logged work on HIVE-25360:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Jul/21 10:15
            Start Date: 21/Jul/21 10:15
    Worklog Time Spent: 10m 
      Work Description: szlta opened a new pull request #2508:
URL: https://github.com/apache/hive/pull/2508


   HIVE-25256 added support for Iceberg backed tables to support CHANGE COLUMN 
statement. These include type, name and order changes to the schema. Native ORC 
tables only support renames, but with the help of Iceberg as an intermediary 
table format layer, this can be achieved, and works well for non-vectorized 
reads already.
   
   We should adjust the vectorized read path to support the same.
   
   This change makes vectorized orc reads relies on Iceberg on finding out 
about column renames and reorders, so that the low level ORC vectorized reader 
can be appropriately configured.


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


Issue Time Tracking
-------------------

            Worklog Id:     (was: 626045)
    Remaining Estimate: 0h
            Time Spent: 10m

> Iceberg vectorized ORC reads don't support column reordering
> ------------------------------------------------------------
>
>                 Key: HIVE-25360
>                 URL: https://issues.apache.org/jira/browse/HIVE-25360
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ádám Szita
>            Assignee: Ádám Szita
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> HIVE-25256 added support for Iceberg backed tables to support CHANGE COLUMN 
> statement. These include type, name and order changes to the schema. Native 
> ORC tables only support renames, but with the help of Iceberg as an 
> intermediary table format layer, this can be achieved, and works well for 
> non-vectorized reads already.
> We should adjust the vectorized read path to support the same.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to