[ https://issues.apache.org/jira/browse/HIVE-26476?focusedWorklogId=804836&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-804836 ]
ASF GitHub Bot logged work on HIVE-26476: ----------------------------------------- Author: ASF GitHub Bot Created on: 30/Aug/22 12:51 Start Date: 30/Aug/22 12:51 Worklog Time Spent: 10m Work Description: lcspinter merged PR #3525: URL: https://github.com/apache/hive/pull/3525 Issue Time Tracking ------------------- Worklog Id: (was: 804836) Time Spent: 1.5h (was: 1h 20m) > Iceberg: map "ORCFILE" to "ORC" while creating an iceberg table > --------------------------------------------------------------- > > Key: HIVE-26476 > URL: https://issues.apache.org/jira/browse/HIVE-26476 > Project: Hive > Issue Type: Bug > Reporter: Manthan B Y > Assignee: László Pintér > Priority: Major > Labels: pull-request-available > Time Spent: 1.5h > Remaining Estimate: 0h > > *Issue:* Insert query failing with VERTEX_FAILURE > *Steps to Reproduce:* > # Open Beeline session > # Execute the following queries > {code:java} > DROP TABLE IF EXISTS t2; > CREATE TABLE IF NOT EXISTS t2(c0 DOUBLE , c1 DOUBLE , c2 DECIMAL) STORED BY > ICEBERG STORED AS ORCFILE; > INSERT INTO t2(c1, c0) VALUES(0.1803113419993464, 0.9381388537256228);{code} > *Result:* > {code:java} > org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getRecordWriter(HiveFileFormatUtils.java:294) > at > org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getHiveRecordWriter(HiveFileFormatUtils.java:279) > ... 36 more ]], Vertex did not succeed due to OWN_TASK_FAILURE, > failedTasks:1 killedTasks:0, Vertex vertex_1660631059889_0001_8_00 [Map 1] > killed/failed due to:OWN_TASK_FAILURE]Vertex killed, vertexName=Reducer 2, > vertexId=vertex_1660631059889_0001_8_01, diagnostics=[Vertex received Kill > while in RUNNING state., Vertex did not succeed due to OTHER_VERTEX_FAILURE, > failedTasks:0 killedTasks:1, Vertex vertex_1660631059889_0001_8_01 [Reducer > 2] killed/failed due to:OTHER_VERTEX_FAILURE]DAG did not succeed due to > VERTEX_FAILURE. failedVertices:1 killedVertices:1{code} > *Note:* Same query with table in non-iceberg format works without error -- This message was sent by Atlassian Jira (v8.20.10#820010)