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

2016-04-08 Thread ashim sinha (JIRA)

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

ashim sinha commented on HIVE-13422:


Any update on this i'm blocked on this

> 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)


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

2016-04-06 Thread ashim sinha (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-13422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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
20234567894567498250824983040
50320807548878498250695083040
40120807548878498250687183040
20120807548878498250667783040
40120807548878496250656783040

> 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)


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

2016-04-06 Thread ashim sinha (JIRA)

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

ashim sinha updated HIVE-13422:
---
Description: Any update on this?

> 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)