You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2017/12/05 12:54:00 UTC

[jira] [Assigned] (HIVE-16379) Deprecate hive.typecheck.on.insert

     [ https://issues.apache.org/jira/browse/HIVE-16379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoltan Haindrich reassigned HIVE-16379:
---------------------------------------

    Assignee:     (was: Pengcheng Xiong)

> Deprecate hive.typecheck.on.insert
> ----------------------------------
>
>                 Key: HIVE-16379
>                 URL: https://issues.apache.org/jira/browse/HIVE-16379
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Pengcheng Xiong
>
> to repo, run 
> {code}
> et hive.compute.query.using.stats=false;
> set hive.stats.column.autogather=false;
> drop table if exists partcoltypeothers;
> create table partcoltypeothers (key int, value string) partitioned by (decpart decimal(6,2), datepart date);
> set hive.typecheck.on.insert=false;
> insert into partcoltypeothers partition (decpart = 1000.01BD, datepart = date '2015-4-13') select key, value from src limit 10;
> show partitions partcoltypeothers;
> analyze table partcoltypeothers partition (decpart = 1000.01BD, datepart = date '2015-4-13') compute statistics for columns;
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)