[jira] [Assigned] (HIVE-3299) UDF DAYNAME(date) to HIVE

2012-08-09 Thread Namitha Babychan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namitha Babychan reassigned HIVE-3299: -- Assignee: Carl Steinbach (was: Namitha Babychan) UDF DAYNAME(date) to HIVE

[jira] [Commented] (HIVE-3299) UDF DAYNAME(date) to HIVE

2012-08-09 Thread Namitha Babychan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13431597#comment-13431597 ] Namitha Babychan commented on HIVE-3299: Hi Carl, Thanks alot..Please review and

Inconsistencies around casting booleans

2012-08-09 Thread Philip Tromans
Hi all, We've been using boolean types in partition values (not the best idea, I know), and we've noticed a few inconsistencies around casting: select cast('true' as boolean), cast('false' as boolean), cast(true as string), cast(false as string), cast(cast(false as string) as boolean) from test

Inconsistencies around casting booleans

2012-08-09 Thread Philip Tromans
Hi all, We've been using boolean types in partition values (not the best idea, I know), and we've noticed a few inconsistencies around casting: SELECT cast('true' as boolean), cast('false' as boolean), cast(true as string), cast(false as string), cast(cast(false as string) as boolean) FROM test

Build failed in Jenkins: Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false #101

2012-08-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/101/ -- [...truncated 10115 lines...] [echo] Project: odbc [copy] Warning: https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/ws/hive/odbc/src/conf

[jira] [Deleted] (HIVE-3351) semi-colon in comments in .q file does not work

2012-08-09 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain deleted HIVE-3351: - semi-colon in comments in .q file does not work ---

[jira] [Deleted] (HIVE-3350) semi-colon in comments in .q file does not work

2012-08-09 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain deleted HIVE-3350: - semi-colon in comments in .q file does not work ---

[jira] [Commented] (HIVE-3344) hive compilation on hadoop 23 is failing

2012-08-09 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432005#comment-13432005 ] Namit Jain commented on HIVE-3344: -- @Carl, were you able to get the test running on hadoop

[jira] [Commented] (HIVE-3341) Making hive tests run against different MR versions

2012-08-09 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432065#comment-13432065 ] Ashutosh Chauhan commented on HIVE-3341: @Sushanth, Can you upload the patch here.

[jira] [Updated] (HIVE-3338) Archives broken for hadoop 1.0

2012-08-09 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-3338: - Attachment: HIVE-3338_2.patch This resolves the issues in 1.0. The renaming of an archived table

[jira] [Updated] (HIVE-3341) Making hive tests run against different MR versions

2012-08-09 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-3341: - Status: Open (was: Patch Available) @Sushanth: I left some comments on phabricator. Thanks.

[jira] [Commented] (HIVE-3341) Making hive tests run against different MR versions

2012-08-09 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432153#comment-13432153 ] Carl Steinbach commented on HIVE-3341: -- @Sushanth: Left some comments on phabricator.

[jira] [Commented] (HIVE-3216) DateDiff UDF overload with a unit parameter

2012-08-09 Thread Shefali Vohra (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432176#comment-13432176 ] Shefali Vohra commented on HIVE-3216: - Ashutosh, I have left some comments on the

Hive-trunk-h0.21 - Build # 1599 - Still Failing

2012-08-09 Thread Apache Jenkins Server
Changes for Build #1598 [cws] HIVE-2789. query_properties.q contains non-deterministic queries (Zhenxiao Luo via cws) Changes for Build #1599 6 tests failed. FAILED: org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1 Error Message: Unexpected

Re: Review Request: This function overloads the current DateDiff(expr1, expr2) by adding another parameter to specify the units.

2012-08-09 Thread Shefali Vohra
On Aug. 7, 2012, 12:56 a.m., Ashutosh Chauhan wrote: trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/UDFDateDiff.java, line 312 https://reviews.apache.org/r/6027/diff/1/?file=124154#file124154line312 Looks like this function is not used anywhere. Please remove it. fixed! On Aug.

[jira] [Commented] (HIVE-3371) Local mode errors point to the wrong file

2012-08-09 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432283#comment-13432283 ] Gang Tim Liu commented on HIVE-3371: https://reviews.facebook.net/D4575

[jira] [Updated] (HIVE-3371) Local mode errors point to the wrong file

2012-08-09 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gang Tim Liu updated HIVE-3371: --- Attachment: hive-3371 Local mode errors point to the wrong file

[jira] [Work logged] (HIVE-3371) Local mode errors point to the wrong file

2012-08-09 Thread Gang Tim Liu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel\#worklog-{worklog.getId()} ] Gang Tim Liu logged work on HIVE-3371: -- Author: Gang Tim Liu Created on:

Atlassian JIRA Issue.

2012-08-09 Thread Gang Tim Liu
Dear all, Have you seen problem while creating jira issue today? I tried to create jira issue and it showed exception in window but actually issue is created. The created issues are abnormal: it missed actions like submit patch. It also doesn't allow me to close/resolve them. So, you will see

Re: Review Request: This function overloads the current DateDiff(expr1, expr2) by adding another parameter to specify the units.

2012-08-09 Thread Carl Steinbach
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6027/#review10098 --- bq. SQL also has a DateDiff() function with some more acceptable

Re: Review Request: This function overloads the current DateDiff(expr1, expr2) by adding another parameter to specify the units.

2012-08-09 Thread Carl Steinbach
On Aug. 10, 2012, midnight, Carl Steinbach wrote: bq. SQL also has a DateDiff() function with some more acceptable units. The order of parameters is different between SQL and Hive. The reason for this is that Hive already has a DateDiff() function with the same first two parameters,

[jira] [Updated] (HIVE-3338) Archives broken for hadoop 1.0

2012-08-09 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-3338: - Attachment: HIVE-3338_3.patch Missed the .out file for the new test. Archives

[jira] [Commented] (HIVE-3068) Add ability to export table metadata as JSON on table drop

2012-08-09 Thread Andrew Chalfant (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432348#comment-13432348 ] Andrew Chalfant commented on HIVE-3068: --- ping Add ability to export

[jira] [Updated] (HIVE-3338) Archives broken for hadoop 1.0

2012-08-09 Thread Vikram Dixit K (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-3338: - Attachment: HIVE-3338_4.patch build file change reverted. Archives broken for

[jira] [Commented] (HIVE-3338) Archives broken for hadoop 1.0

2012-08-09 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432366#comment-13432366 ] Ashutosh Chauhan commented on HIVE-3338: @Vikram, Can you create either a

[jira] [Assigned] (HIVE-3338) Archives broken for hadoop 1.0

2012-08-09 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan reassigned HIVE-3338: -- Assignee: Vikram Dixit K Archives broken for hadoop 1.0