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

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

                Author: ASF GitHub Bot
            Created on: 22/Sep/22 07:07
            Start Date: 22/Sep/22 07:07
    Worklog Time Spent: 10m 
      Work Description: zhangbutao commented on code in PR #3611:
URL: https://github.com/apache/hive/pull/3611#discussion_r977277891


##########
common/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java:
##########
@@ -524,6 +524,7 @@ public enum ErrorMsg {
   CTLF_MISSING_STORAGE_FORMAT_DESCRIPTOR(20021, "Failed to find 
StorageFormatDescriptor for file format ''{0}''", true),
   PARQUET_FOOTER_ERROR(20022, "Failed to read parquet footer:"),
   PARQUET_UNHANDLED_TYPE(20023, "Unhandled type {0}", true),
+  ORC_FOOTER_ERROR(20024, "Failed to read orc footer:"),

Review Comment:
   I just follow the PARQUET_FOOTER_ERROR, and we can let @jfsii give a 
explanation. :)





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

    Worklog Id:     (was: 811060)
    Time Spent: 1h 10m  (was: 1h)

> Support CREATE TABLE LIKE FILE for ORC
> --------------------------------------
>
>                 Key: HIVE-26551
>                 URL: https://issues.apache.org/jira/browse/HIVE-26551
>             Project: Hive
>          Issue Type: New Feature
>          Components: HiveServer2
>    Affects Versions: 4.0.0-alpha-2
>            Reporter: zhangbutao
>            Assignee: zhangbutao
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> https://issues.apache.org/jira/browse/HIVE-26395 added the ability to create 
> table based on the existing parquet files. We can continue to support 
> creating table based on existing orc files.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to