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

Vikram Dixit K commented on HIVE-2693:
--------------------------------------

I tried the latest patch and it builds successfully. However, I cannot run any 
tests because there seems to be something broken in the parser. Posting the 
error below:

    [junit] FAILED: ParseException line 1:23 cannot recognize input near 
''/grid/0/hive/BigD/data/files/kv1.txt'' '(' ''2008-04-08''
    [junit] 
    [junit] java.lang.Exception: load command: LOAD DATA LOCAL INPATH 
'/grid/0/hive/BigD/data/files/kv1.txt' OVERWRITE INTO TABLE srcpart PARTITION 
(ds='2008-04-08',hr='11') failed with exit code= 40000
    [junit]     at 
org.apache.hadoop.hive.ql.QTestUtil.runLoadCmd(QTestUtil.java:468)
    [junit]     at 
org.apache.hadoop.hive.ql.QTestUtil.createSources(QTestUtil.java:512)
    [junit]     at 
org.apache.hadoop.hive.cli.TestCliDriver.<clinit>(TestCliDriver.java:55)

                
> Add DECIMAL data type
> ---------------------
>
>                 Key: HIVE-2693
>                 URL: https://issues.apache.org/jira/browse/HIVE-2693
>             Project: Hive
>          Issue Type: New Feature
>          Components: Query Processor, Types
>            Reporter: Carl Steinbach
>            Assignee: Prasad Mujumdar
>         Attachments: HIVE-2693-all.patch, HIVE-2693-fix.patch, 
> HIVE-2693.patch, HIVE-2693-take3.patch
>
>
> Add support for the DECIMAL data type. HIVE-2272 (TIMESTAMP) provides a nice 
> template for how to do this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to