[jira] Commented: (HIVE-313) add UDF date_add, date_sub, datediff

2009-02-26 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677264#action_12677264 ] Zheng Shao commented on HIVE-313: - {code} DATE_ADD('2009-01-01', 1) = '2009-01-02' DATE_SUB(

[jira] Created: (HIVE-313) add UDF date_add, date_sub, datediff

2009-02-26 Thread Zheng Shao (JIRA)
add UDF date_add, date_sub, datediff Key: HIVE-313 URL: https://issues.apache.org/jira/browse/HIVE-313 Project: Hadoop Hive Issue Type: New Feature Components: Query Processor Report

[jira] Commented: (HIVE-309) FunctionRegistry should allow loading UDFs and UDAFs from property file

2009-02-26 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677258#action_12677258 ] Zheng Shao commented on HIVE-309: - Thanks Richard. It seems you also removed displayName, an

[jira] Created: (HIVE-312) create table with tinyint is broken

2009-02-26 Thread Venky Iyer (JIRA)
create table with tinyint is broken --- Key: HIVE-312 URL: https://issues.apache.org/jira/browse/HIVE-312 Project: Hadoop Hive Issue Type: Bug Reporter: Venky Iyer org.apache.hadoop.hive.serde2.d

[jira] Created: (HIVE-311) Ouput of 'describe extended' commands are not getting compared correctly in unit tests

2009-02-26 Thread Prasad Chakka (JIRA)
Ouput of 'describe extended' commands are not getting compared correctly in unit tests -- Key: HIVE-311 URL: https://issues.apache.org/jira/browse/HIVE-311 Project: H

[jira] Updated: (HIVE-310) alter table is not using correct serde while replacing columns

2009-02-26 Thread Prasad Chakka (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Chakka updated HIVE-310: --- Attachment: hive-310.patch unfortunately tests that have output of 'describe extended' can't be compare

[jira] Created: (HIVE-310) alter table is not using correct serde while replacing columns

2009-02-26 Thread Prasad Chakka (JIRA)
alter table is not using correct serde while replacing columns -- Key: HIVE-310 URL: https://issues.apache.org/jira/browse/HIVE-310 Project: Hadoop Hive Issue Type: Bug Co

[jira] Updated: (HIVE-309) FunctionRegistry should allow loading UDFs and UDAFs from property file

2009-02-26 Thread Richard Lee (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Lee updated HIVE-309: - Attachment: hive-external-functions.diff This attachment modifies FunctionRegistry so that it looks for a S

[jira] Created: (HIVE-309) FunctionRegistry should allow loading UDFs and UDAFs from property file

2009-02-26 Thread Richard Lee (JIRA)
FunctionRegistry should allow loading UDFs and UDAFs from property file --- Key: HIVE-309 URL: https://issues.apache.org/jira/browse/HIVE-309 Project: Hadoop Hive Issue Type

[jira] Commented: (HIVE-285) UNION ALL does not allow different types in the same column

2009-02-26 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677149#action_12677149 ] Namit Jain commented on HIVE-285: - +1 maybe, we can file a extension later on if someone ask

JIRA_hive-285.1.patch_UNIT_TEST_FAILED

2009-02-26 Thread Murli Varadachari
ERROR: UNIT TEST using PATCH hive-285.1.patch FAILED!! [junit] < FAILED: Error in semantic analysis: line 3:50 Invalid Column Reference r [junit] > FAILED: Error in semantic analysis: Schema of both sides of union should match: Column v is of type string on first table and type double o

Build failed in Hudson: Hive-trunk-h0.19 #16

2009-02-26 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.19/16/changes Changes: [zshao] HIVE-79. Print number of rows inserted to table(s). (Suresh Antony via zshao) -- [...truncated 19471 lines...] [junit] diff http://hudson.zones.apache.org/huds

[jira] Updated: (HIVE-285) UNION ALL does not allow different types in the same column

2009-02-26 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghotham Murthy updated HIVE-285: -- Fix Version/s: 0.3.0 Status: Patch Available (was: Open) > UNION ALL does not allow d

Build failed in Hudson: Hive-trunk-h0.18 #17

2009-02-26 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.18/17/changes Changes: [zshao] HIVE-79. Print number of rows inserted to table(s). (Suresh Antony via zshao) -- [...truncated 19863 lines...] [junit] diff http://hudson.zones.apache.org/huds

[jira] Updated: (HIVE-285) UNION ALL does not allow different types in the same column

2009-02-26 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghotham Murthy updated HIVE-285: -- Attachment: hive-285.1.patch Union should reject mismatched schemas. genUnionPlan was not checkin

Build failed in Hudson: Hive-trunk-h0.17 #16

2009-02-26 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Hive-trunk-h0.17/16/changes Changes: [zshao] HIVE-79. Print number of rows inserted to table(s). (Suresh Antony via zshao) -- [...truncated 17320 lines...] [junit] diff http://hudson.zones.apache.org/huds

[jira] Resolved: (HIVE-79) Print number of rows inserted to table(s) when the query is finished.

2009-02-26 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao resolved HIVE-79. Resolution: Fixed Fix Version/s: (was: 0.2.0) 0.3.0 Release Note: HIVE-79. P