[jira] [Commented] (HIVE-5245) hive create table as select(CTAS) can not work(not support) with join on operator

2013-10-12 Thread jeff little (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793280#comment-13793280 ] jeff little commented on HIVE-5245: --- Hi, Yin Huai. What is going on next step Can you

[jira] [Created] (HIVE-5525) Vectorized query failing for partitioned tables.

2013-10-12 Thread Jitendra Nath Pandey (JIRA)
Jitendra Nath Pandey created HIVE-5525: -- Summary: Vectorized query failing for partitioned tables. Key: HIVE-5525 URL: https://issues.apache.org/jira/browse/HIVE-5525 Project: Hive

[jira] [Updated] (HIVE-5525) Vectorized query failing for partitioned tables.

2013-10-12 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5525: --- Status: Patch Available (was: Open) Vectorized query failing for partitioned

[jira] [Updated] (HIVE-5525) Vectorized query failing for partitioned tables.

2013-10-12 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5525: --- Attachment: HIVE-5525.1.patch Vectorized query failing for partitioned tables.

[jira] [Commented] (HIVE-5494) Vectorization throws exception with nested UDF.

2013-10-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793289#comment-13793289 ] Hudson commented on HIVE-5494: -- FAILURE: Integrated in Hive-trunk-h0.21 #2394 (See

[jira] [Commented] (HIVE-5525) Vectorized query failing for partitioned tables.

2013-10-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793307#comment-13793307 ] Hive QA commented on HIVE-5525: --- {color:red}Overall{color}: -1 at least one tests failed

[jira] [Created] (HIVE-5526) NPE in ConstantVectorExpression.evaluate(vrg)

2013-10-12 Thread Remus Rusanu (JIRA)
Remus Rusanu created HIVE-5526: -- Summary: NPE in ConstantVectorExpression.evaluate(vrg) Key: HIVE-5526 URL: https://issues.apache.org/jira/browse/HIVE-5526 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-5526) NPE in ConstantVectorExpression.evaluate(vrg)

2013-10-12 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-5526: --- Status: Patch Available (was: Open) NPE in ConstantVectorExpression.evaluate(vrg)

[jira] [Updated] (HIVE-5526) NPE in ConstantVectorExpression.evaluate(vrg)

2013-10-12 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-5526: --- Attachment: HIVE-5526.patch Fix by removing the 'transient' NPE in

[jira] [Commented] (HIVE-4943) An explode function that includes the item's position in the array

2013-10-12 Thread Niko Stahl (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793360#comment-13793360 ] Niko Stahl commented on HIVE-4943: -- Hi Yin, Sorry I'm new to this process. Is any

[jira] [Created] (HIVE-5527) Use of localtime Calendar in vectorized Timestamp arithmetic results in data corruption (depends on localtime)

2013-10-12 Thread Remus Rusanu (JIRA)
Remus Rusanu created HIVE-5527: -- Summary: Use of localtime Calendar in vectorized Timestamp arithmetic results in data corruption (depends on localtime) Key: HIVE-5527 URL:

[jira] [Commented] (HIVE-5526) NPE in ConstantVectorExpression.evaluate(vrg)

2013-10-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793364#comment-13793364 ] Hive QA commented on HIVE-5526: --- {color:green}Overall{color}: +1 all checks pass Here are

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 1

2013-10-12 Thread Edward Capriolo
Historically we have never put a 3 day limit on voting a release. Normally people tend to try it out and kick the tires. I am ok with this, in some apache projects releases go +1 from multiple parties very fast and they have bugs. A 7 day vote seems slow but it might be more realistic. On Fri,

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 1

2013-10-12 Thread Edward Capriolo
Has anyone noticed a strange Execution log location? The file is created but the name used to be hive.log hive create table c as select * from a limit 1; Total MapReduce jobs = 1 Launching Job 1 out of 1 Number of reduce tasks determined at compile time: 1 In order to change the average load for a

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 1

2013-10-12 Thread Edward Capriolo
I ran a list of queries in local mode, join, select, limit , group, rank, they all worked as expected. I am +1 It would be nice if we can fix the .log thing and one other (if we do another rc) There is one long standing bug that I feel I have fixed before. configuration property

[jira] [Commented] (HIVE-4943) An explode function that includes the item's position in the array

2013-10-12 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793375#comment-13793375 ] Edward Capriolo commented on HIVE-4943: --- +1. Let me re-upload the patch after it

[jira] [Updated] (HIVE-4943) An explode function that includes the item's position in the array

2013-10-12 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-4943: -- Attachment: HIVE-4943.3.patch An explode function that includes the item's position in the

[jira] [Commented] (HIVE-4943) An explode function that includes the item's position in the array

2013-10-12 Thread Niko Stahl (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793378#comment-13793378 ] Niko Stahl commented on HIVE-4943: -- Sounds good, thanks! An explode function that

[jira] [Updated] (HIVE-5252) Add ql syntax for inline java code creation

2013-10-12 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5252: --- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Available)

[jira] [Updated] (HIVE-5513) Set the short version directly via build script

2013-10-12 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5513: --- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Available)

[jira] [Commented] (HIVE-5526) NPE in ConstantVectorExpression.evaluate(vrg)

2013-10-12 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793390#comment-13793390 ] Brock Noland commented on HIVE-5526: +1 NPE in ConstantVectorExpression.evaluate(vrg)

[jira] [Commented] (HIVE-5252) Add ql syntax for inline java code creation

2013-10-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793394#comment-13793394 ] Hudson commented on HIVE-5252: -- FAILURE: Integrated in Hive-trunk-h0.21 #2395 (See

[jira] [Commented] (HIVE-5513) Set the short version directly via build script

2013-10-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793393#comment-13793393 ] Hudson commented on HIVE-5513: -- FAILURE: Integrated in Hive-trunk-h0.21 #2395 (See

[jira] [Commented] (HIVE-5423) Speed up testing of scalar UDFS

2013-10-12 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793396#comment-13793396 ] Brock Noland commented on HIVE-5423: +1 Looks good! Nice work! Speed up testing of

[jira] [Updated] (HIVE-5512) metastore filter pushdown should support between

2013-10-12 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-5512: --- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch

[jira] [Commented] (HIVE-5496) hcat -e drop database if exists fails on authorizing non-existent null db

2013-10-12 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793398#comment-13793398 ] Ashutosh Chauhan commented on HIVE-5496: +1 hcat -e drop database if exists fails

[jira] [Commented] (HIVE-5485) SBAP errors on null partition being passed into partition level authorization

2013-10-12 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793400#comment-13793400 ] Ashutosh Chauhan commented on HIVE-5485: +1 SBAP errors on null partition being

[jira] [Commented] (HIVE-664) optimize UDF split

2013-10-12 Thread Teddy Choi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793399#comment-13793399 ] Teddy Choi commented on HIVE-664: - mapreduce_stack_trace_hadoop20.q passed on my computer.

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 1

2013-10-12 Thread Brock Noland
I have noticed the .log thing for some time. In fact I have PTest2 code to handle this: https://github.com/apache/hive/blob/trunk/testutils/ptest2/src/main/resources/batch-exec.vm#L77 AFAICT it only occurs in local mode. I have actually fixed this in the next patch for the maven branch. Brock

[jira] [Commented] (HIVE-5479) SBAP restricts hcat -e 'show databases'

2013-10-12 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793406#comment-13793406 ] Ashutosh Chauhan commented on HIVE-5479: +1 SBAP restricts hcat -e 'show

[jira] [Updated] (HIVE-5335) Milestone 4: Most tests pass under maven

2013-10-12 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5335: --- Resolution: Fixed Status: Resolved (was: Patch Available) Milestone 4: Most tests pass

[jira] [Updated] (HIVE-5527) Use of localtime Calendar in vectorized Timestamp arithmetic results in data corruption (depends on localtime)

2013-10-12 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-5527: --- Description: I did not yet identify the root cause, but the vectorization_regress.q returns different

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 1

2013-10-12 Thread Ashutosh Chauhan
Downloaded the tar ball and tested on 1-node pseudo distributed 1.1.2 hadoop cluster. Tested basic ddl like create / alter / drop Tested various queries like select, join, group by, over , limit, order etc. Everything worked as expected. +1 On Sat, Oct 12, 2013 at 9:33 AM, Brock Noland

[jira] [Commented] (HIVE-4943) An explode function that includes the item's position in the array

2013-10-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793424#comment-13793424 ] Hive QA commented on HIVE-4943: --- {color:green}Overall{color}: +1 all checks pass Here are

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 1

2013-10-12 Thread Brock Noland
+1 (non-binding) Downloaded tar, verified sigs and hashes. Tested queries such as create, alter, drop, select, join (via mapjoin and reduce side), order by. Verified tag and src directory of tar. I noticed the RELEASE NOTES are different from the tarball and the tag. I don't think we should

[jira] [Updated] (HIVE-5277) HBase handler skips rows with null valued first cells when only row key is selected

2013-10-12 Thread Teddy Choi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Teddy Choi updated HIVE-5277: - Attachment: HIVE-5277.2.patch.txt The first patch returned only the row key column when all columns were

[jira] [Commented] (HIVE-5520) Use factory methods to instantiate HiveDecimal instead of constructors

2013-10-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793435#comment-13793435 ] Xuefu Zhang commented on HIVE-5520: --- Hive current error handling is to set NULL value in

[jira] [Commented] (HIVE-5245) hive create table as select(CTAS) can not work(not support) with join on operator

2013-10-12 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793439#comment-13793439 ] Yin Huai commented on HIVE-5245: I meant you can try hive trunk and see if the error also

[jira] [Commented] (HIVE-5512) metastore filter pushdown should support between

2013-10-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793445#comment-13793445 ] Hudson commented on HIVE-5512: -- FAILURE: Integrated in Hive-trunk-hadoop2-ptest #137 (See

[jira] [Commented] (HIVE-5513) Set the short version directly via build script

2013-10-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793444#comment-13793444 ] Hudson commented on HIVE-5513: -- FAILURE: Integrated in Hive-trunk-hadoop2-ptest #137 (See

[jira] [Commented] (HIVE-5252) Add ql syntax for inline java code creation

2013-10-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793446#comment-13793446 ] Hudson commented on HIVE-5252: -- FAILURE: Integrated in Hive-trunk-hadoop2-ptest #137 (See

[jira] [Created] (HIVE-5528) hive log file name in local is .log

2013-10-12 Thread Thejas M Nair (JIRA)
Thejas M Nair created HIVE-5528: --- Summary: hive log file name in local is .log Key: HIVE-5528 URL: https://issues.apache.org/jira/browse/HIVE-5528 Project: Hive Issue Type: Bug Affects

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 1

2013-10-12 Thread Vikram Dixit
+1 non-binding. Downloaded tarball and verified signatures. Ran basic queries as well as the join tests on the src code. On Sat, Oct 12, 2013 at 10:59 AM, Brock Noland br...@cloudera.com wrote: +1 (non-binding) Downloaded tar, verified sigs and hashes. Tested queries such as create,

Re: [VOTE] Apache Hive 0.12.0 Release Candidate 1

2013-10-12 Thread Thejas Nair
Thanks Edward, Brock and Ashutosh for checking out the RC and the inputs! Brock, you are right, I just checked and found that the RC1 package is one commit behind the rc1 tag. The package is missing the final commit that updated the release notes. r1530840 - Updating RELEASE_NOTES.txt for commits

[jira] [Commented] (HIVE-5520) Use factory methods to instantiate HiveDecimal instead of constructors

2013-10-12 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793459#comment-13793459 ] Ashutosh Chauhan commented on HIVE-5520: Sorry.. I misread the patch thinking its

[jira] [Created] (HIVE-5529) precision and scale for DECIMAL type p=2147483647 s=2147483647

2013-10-12 Thread N Campbell (JIRA)
N Campbell created HIVE-5529: Summary: precision and scale for DECIMAL type p=2147483647 s=2147483647 Key: HIVE-5529 URL: https://issues.apache.org/jira/browse/HIVE-5529 Project: Hive Issue

[jira] [Commented] (HIVE-5494) Vectorization throws exception with nested UDF.

2013-10-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793479#comment-13793479 ] Hudson commented on HIVE-5494: -- ABORTED: Integrated in Hive-trunk-hadoop2 #497 (See

[jira] [Commented] (HIVE-5512) metastore filter pushdown should support between

2013-10-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793484#comment-13793484 ] Hudson commented on HIVE-5512: -- FAILURE: Integrated in Hive-trunk-hadoop1-ptest #202 (See

[jira] [Commented] (HIVE-5252) Add ql syntax for inline java code creation

2013-10-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793485#comment-13793485 ] Hudson commented on HIVE-5252: -- FAILURE: Integrated in Hive-trunk-hadoop1-ptest #202 (See

[jira] [Commented] (HIVE-5513) Set the short version directly via build script

2013-10-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793483#comment-13793483 ] Hudson commented on HIVE-5513: -- FAILURE: Integrated in Hive-trunk-hadoop1-ptest #202 (See

[jira] [Commented] (HIVE-3173) implement getTypeInfo database metadata method

2013-10-12 Thread N Campbell (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793491#comment-13793491 ] N Campbell commented on HIVE-3173: -- Hive 0.11 fails to define prefix and suffix

[jira] [Updated] (HIVE-4850) Implement vectorized JOIN operators

2013-10-12 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-4850: --- Attachment: HIVE-4850.04.patch Implement vectorized JOIN operators

[jira] [Updated] (HIVE-4850) Implement vectorized JOIN operators

2013-10-12 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-4850: --- Status: Patch Available (was: Open) Fixed the JoinUtils computeValue regression Implement

[jira] [Updated] (HIVE-4850) Implement vectorized JOIN operators

2013-10-12 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-4850: --- Attachment: HIVE-4850.04.patch Implement vectorized JOIN operators

[jira] [Updated] (HIVE-4850) Implement vectorized JOIN operators

2013-10-12 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-4850: --- Attachment: (was: HIVE-4850.04.patch) Implement vectorized JOIN operators

Re: Review Request 13059: HIVE-4850 Implement vector mode map join

2013-10-12 Thread Remus Rusanu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13059/ --- (Updated Oct. 12, 2013, 9:51 p.m.) Review request for hive, Eric Hanson and

[jira] [Commented] (HIVE-5277) HBase handler skips rows with null valued first cells when only row key is selected

2013-10-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793523#comment-13793523 ] Hive QA commented on HIVE-5277: --- {color:green}Overall{color}: +1 all checks pass Here are

[jira] [Commented] (HIVE-5529) precision and scale for DECIMAL type p=2147483647 s=2147483647

2013-10-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793525#comment-13793525 ] Xuefu Zhang commented on HIVE-5529: --- This would be address in HIVE-5355 per HIVE-3976.

[jira] [Commented] (HIVE-4850) Implement vectorized JOIN operators

2013-10-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793541#comment-13793541 ] Hive QA commented on HIVE-4850: --- {color:red}Overall{color}: -1 at least one tests failed

[jira] [Created] (HIVE-5530) null pointer exception when case returns null

2013-10-12 Thread N Campbell (JIRA)
N Campbell created HIVE-5530: Summary: null pointer exception when case returns null Key: HIVE-5530 URL: https://issues.apache.org/jira/browse/HIVE-5530 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-5525) Vectorized query failing for partitioned tables.

2013-10-12 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5525: --- Status: Patch Available (was: Open) Vectorized query failing for partitioned

[jira] [Updated] (HIVE-5525) Vectorized query failing for partitioned tables.

2013-10-12 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5525: --- Status: Open (was: Patch Available) Vectorized query failing for partitioned

[jira] [Commented] (HIVE-5525) Vectorized query failing for partitioned tables.

2013-10-12 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793576#comment-13793576 ] Jitendra Nath Pandey commented on HIVE-5525: The failed test is not related to

[jira] [Commented] (HIVE-5525) Vectorized query failing for partitioned tables.

2013-10-12 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13793576#comment-13793576 ] Jitendra Nath Pandey commented on HIVE-5525: The failed test is not related to