[ https://issues.apache.org/jira/browse/HIVE-13178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15268425#comment-15268425 ]
Matt McCline commented on HIVE-13178: ------------------------------------- New test failures (Age = 1) from ptest run are on HIVE-13178.093.patch are: {code} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_join32 7.8 sec 1 org.apache.hive.hcatalog.listener.TestDbNotificationListener.cleanupNotifs 1 min 0 sec 1 org.apache.hadoop.hive.metastore.TestHiveMetaStorePartitionSpecs.testFetchingPartitionsWithDifferentSchemas 3 sec 1 org.apache.hadoop.hive.metastore.TestHiveMetaStorePartitionSpecs.testAddPartitions 3 sec 1 org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_orc_type_promotion3_acid 1.5 sec 1 org.apache.hive.spark.client.TestSparkClient.testJobSubmission 1.3 sec 1 {code} orc_type_promotion3_acid.q is a minor Q file issue. TestHiveMetaStorePartitionSpecs doesn't fail on my laptop. > Enhance ORC Schema Evolution to handle more standard data type conversions > -------------------------------------------------------------------------- > > Key: HIVE-13178 > URL: https://issues.apache.org/jira/browse/HIVE-13178 > Project: Hive > Issue Type: Bug > Components: Hive, ORC > Reporter: Matt McCline > Assignee: Matt McCline > Priority: Critical > Fix For: 2.1.0 > > Attachments: HIVE-13178.01.patch, HIVE-13178.02.patch, > HIVE-13178.03.patch, HIVE-13178.04.patch, HIVE-13178.05.patch, > HIVE-13178.06.patch, HIVE-13178.07.patch, HIVE-13178.08.patch, > HIVE-13178.09.patch, HIVE-13178.091.patch, HIVE-13178.092.patch, > HIVE-13178.093.patch > > > Currently, SHORT -> INT -> BIGINT is supported. > Handle ORC data type conversions permitted by Implicit conversion allowed by > TypeIntoUtils.implicitConvertible method. > * STRING_GROUP -> DOUBLE > * STRING_GROUP -> DECIMAL > * DATE_GROUP -> STRING > * NUMERIC_GROUP -> STRING > * STRING_GROUP -> STRING_GROUP > * > * // Upward from "lower" type to "higher" numeric type: > * BYTE -> SHORT -> INT -> BIGINT -> FLOAT -> DOUBLE -> DECIMAL -- This message was sent by Atlassian JIRA (v6.3.4#6332)