You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ashim sinha (JIRA)" <ji...@apache.org> on 2016/04/06 13:08:25 UTC

[jira] [Commented] (HIVE-13422) Analyse command not working for column having datatype as decimal(38,0)

    [ https://issues.apache.org/jira/browse/HIVE-13422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228106#comment-15228106 ] 

ashim sinha commented on HIVE-13422:
------------------------------------

For the repro
drop table sample_test;
CREATE TABLE IF NOT EXISTS sample_test( key decimal(38,0),b int ) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' STORED AS TEXTFILE;
 load data local inpath '/home/hive/analyse.txt' into table sample_test;
  ANALYZE TABLE sample_test COMPUTE STATISTICS  FOR COLUMNS;
Sample data
20234567894567498250824983000004        0
50320807548878498250695083000004        0
40120807548878498250687183000004        0
20120807548878498250667783000004        0
40120807548878496250656783000004        0

> Analyse command not working for column having datatype as decimal(38,0)
> -----------------------------------------------------------------------
>
>                 Key: HIVE-13422
>                 URL: https://issues.apache.org/jira/browse/HIVE-13422
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive, Statistics
>    Affects Versions: 1.1.0
>            Reporter: ashim sinha
>
> Any update on this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)