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

Ashutosh Chauhan updated HIVE-4055:
-----------------------------------

    Status: Open  (was: Patch Available)

Failure for serde_regex is actually in TestNegativeCliDriver (not in 
TestCliDriver). Stacktrace:
{code}
 [junit] Running org.apache.hadoop.hive.cli.TestNegativeCliDriver
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] FAILED: NoSuchElementException null
    [junit] java.lang.Exception: load command: LOAD DATA LOCAL INPATH 
'/grid/0/ashutosh/hive/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:538)
    [junit]     at 
org.apache.hadoop.hive.ql.QTestUtil.createSources(QTestUtil.java:582)
    [junit]     at 
org.apache.hadoop.hive.cli.TestNegativeCliDriver.<clinit>(TestNegativeCliDriver.java:44)

{code}

Additionally, I also saw TestJdbcDriver and TestJdbcDriver2 failing in my runs, 
with following traces:
{quote}
    [junit] OK
    [junit] FAILED: SemanticException [Error 10099]: DATE and DATETIME types 
aren't supported yet. Please use TIMESTAMP instead
    [junit] Test org.apache.hadoop.hive.jdbc.TestJdbcDriver FAILED


    [junit] Running org.apache.hive.jdbc.TestJdbcDriver2
    [junit] Tests run: 34, Failures: 0, Errors: 34, Time elapsed: 61.357 sec
    [junit] Test org.apache.hive.jdbc.TestJdbcDriver2 FAILED
                
> add Date data type
> ------------------
>
>                 Key: HIVE-4055
>                 URL: https://issues.apache.org/jira/browse/HIVE-4055
>             Project: Hive
>          Issue Type: Sub-task
>          Components: JDBC, Query Processor, Serializers/Deserializers, UDF
>            Reporter: Sun Rui
>            Assignee: Jason Dere
>         Attachments: Date.pdf, HIVE-4055.1.patch.txt, HIVE-4055.2.patch.txt, 
> HIVE-4055.3.patch.txt, HIVE-4055.D11547.1.patch
>
>
> Add Date data type, a new primitive data type which supports the standard SQL 
> date type.
> Basically, the implementation can take HIVE-2272 and HIVE-2957 as references.

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