[
https://issues.apache.org/jira/browse/HIVE-26551?focusedWorklogId=811277&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-811277
]
ASF GitHub Bot logged work on HIVE-26551:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Sep/22 15:22
Start Date: 22/Sep/22 15:22
Worklog Time Spent: 10m
Work Description: jfsii commented on code in PR #3611:
URL: https://github.com/apache/hive/pull/3611#discussion_r977790556
##########
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:
The source for the change was a comment on a review I had on the patch:
"nit: add a ":" such that the exception is printed after the delimiter"
I could have pushed back on the comment.
Issue Time Tracking
-------------------
Worklog Id: (was: 811277)
Time Spent: 1h 50m (was: 1h 40m)
> 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 50m
> 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)