You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/10/01 15:12:00 UTC

[jira] [Work logged] (HIVE-25587) Disable Iceberg table migration for unsupported source file formats

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

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

                Author: ASF GitHub Bot
            Created on: 01/Oct/21 15:11
            Start Date: 01/Oct/21 15:11
    Worklog Time Spent: 10m 
      Work Description: marton-bod opened a new pull request #2696:
URL: https://github.com/apache/hive/pull/2696


   Throw exception early for unsupported source table file formats.


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


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

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

> Disable Iceberg table migration for unsupported source file formats
> -------------------------------------------------------------------
>
>                 Key: HIVE-25587
>                 URL: https://issues.apache.org/jira/browse/HIVE-25587
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Marton Bod
>            Assignee: Marton Bod
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, we only support migrating ORC, Parquet and Avro tables to Iceberg. However, there is no check in the code to fail early for other formats (e.g. text, json, rcfile), which can lead to wasted effort at best, and leaving the source table unusable at worst. Therefore, we should check the source format early and shortcircuit for unsupported types.



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