[jira] [Commented] (HIVE-5430) NOT expression doesn't handle nulls correctly.

2013-10-20 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-5430:
---



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12609311/HIVE-5430.6.patch

{color:green}SUCCESS:{color} +1 4454 tests passed

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1177/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1177/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

> NOT expression doesn't handle nulls correctly.
> --
>
> Key: HIVE-5430
> URL: https://issues.apache.org/jira/browse/HIVE-5430
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jitendra Nath Pandey
>Assignee: Jitendra Nath Pandey
> Attachments: HIVE-5430.1.patch, HIVE-5430.2.patch, HIVE-5430.3.patch, 
> HIVE-5430.4.patch, HIVE-5430.5.patch, HIVE-5430.6.patch
>
>
> NOT expression doesn't handle nulls correctly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5430) NOT expression doesn't handle nulls correctly.

2013-10-20 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-5430:
---



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12609307/HIVE-5430.5.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4454 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.exec.vector.TestVectorSelectOperator.testSelectOperator
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1176/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1176/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests failed with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.

> NOT expression doesn't handle nulls correctly.
> --
>
> Key: HIVE-5430
> URL: https://issues.apache.org/jira/browse/HIVE-5430
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jitendra Nath Pandey
>Assignee: Jitendra Nath Pandey
> Attachments: HIVE-5430.1.patch, HIVE-5430.2.patch, HIVE-5430.3.patch, 
> HIVE-5430.4.patch, HIVE-5430.5.patch
>
>
> NOT expression doesn't handle nulls correctly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5430) NOT expression doesn't handle nulls correctly.

2013-10-11 Thread Edward Capriolo (JIRA)

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

Edward Capriolo commented on HIVE-5430:
---

I agree with that. I thought we had a similar issue open that would use 
standard udfs inside the vectorized ones. I do not agree with calling them 
"legacy" though. We should pick a better nomenclature, possible 
"non-vectorized" or something.

> NOT expression doesn't handle nulls correctly.
> --
>
> Key: HIVE-5430
> URL: https://issues.apache.org/jira/browse/HIVE-5430
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jitendra Nath Pandey
>Assignee: Jitendra Nath Pandey
> Attachments: HIVE-5430.1.patch, HIVE-5430.2.patch, HIVE-5430.3.patch, 
> HIVE-5430.4.patch
>
>
> NOT expression doesn't handle nulls correctly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5430) NOT expression doesn't handle nulls correctly.

2013-10-11 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-5430:


It will be good to explore an alternative of maintaining static mapping between 
legacy udfs and vectorized udfs.

> NOT expression doesn't handle nulls correctly.
> --
>
> Key: HIVE-5430
> URL: https://issues.apache.org/jira/browse/HIVE-5430
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jitendra Nath Pandey
>Assignee: Jitendra Nath Pandey
> Attachments: HIVE-5430.1.patch, HIVE-5430.2.patch, HIVE-5430.3.patch, 
> HIVE-5430.4.patch
>
>
> NOT expression doesn't handle nulls correctly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5430) NOT expression doesn't handle nulls correctly.

2013-10-10 Thread Jitendra Nath Pandey (JIRA)

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

Jitendra Nath Pandey commented on HIVE-5430:


Review board: https://reviews.apache.org/r/14576/

> NOT expression doesn't handle nulls correctly.
> --
>
> Key: HIVE-5430
> URL: https://issues.apache.org/jira/browse/HIVE-5430
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jitendra Nath Pandey
>Assignee: Jitendra Nath Pandey
> Attachments: HIVE-5430.1.patch, HIVE-5430.2.patch, HIVE-5430.3.patch, 
> HIVE-5430.4.patch
>
>
> NOT expression doesn't handle nulls correctly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5430) NOT expression doesn't handle nulls correctly.

2013-10-10 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-5430:


[~jnp] Can you create RB / phabricator entry for this?

> NOT expression doesn't handle nulls correctly.
> --
>
> Key: HIVE-5430
> URL: https://issues.apache.org/jira/browse/HIVE-5430
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jitendra Nath Pandey
>Assignee: Jitendra Nath Pandey
> Attachments: HIVE-5430.1.patch, HIVE-5430.2.patch, HIVE-5430.3.patch, 
> HIVE-5430.4.patch
>
>
> NOT expression doesn't handle nulls correctly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5430) NOT expression doesn't handle nulls correctly.

2013-10-10 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-5430:
---



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12607773/HIVE-5430.4.patch

{color:green}SUCCESS:{color} +1 4415 tests passed

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1093/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1093/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

> NOT expression doesn't handle nulls correctly.
> --
>
> Key: HIVE-5430
> URL: https://issues.apache.org/jira/browse/HIVE-5430
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jitendra Nath Pandey
>Assignee: Jitendra Nath Pandey
> Attachments: HIVE-5430.1.patch, HIVE-5430.2.patch, HIVE-5430.3.patch, 
> HIVE-5430.4.patch
>
>
> NOT expression doesn't handle nulls correctly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5430) NOT expression doesn't handle nulls correctly.

2013-10-08 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-5430:
---



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12607467/HIVE-5430.3.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4415 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorFilterExpressions.testFilterLongScalarLessLongColumn
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1079/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1079/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests failed with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.

> NOT expression doesn't handle nulls correctly.
> --
>
> Key: HIVE-5430
> URL: https://issues.apache.org/jira/browse/HIVE-5430
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jitendra Nath Pandey
>Assignee: Jitendra Nath Pandey
> Attachments: HIVE-5430.1.patch, HIVE-5430.2.patch, HIVE-5430.3.patch
>
>
> NOT expression doesn't handle nulls correctly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5430) NOT expression doesn't handle nulls correctly.

2013-10-08 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-5430:
---



{color:red}Overall{color}: -1 no tests executed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12607323/HIVE-5430.2.patch

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1074/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1074/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Tests failed with: NonZeroExitCodeException: Command 'bash 
/data/hive-ptest/working/scratch/source-prep.sh' failed with exit status 1 and 
output '+ [[ -n '' ]]
+ export 'ANT_OPTS=-Xmx1g -XX:MaxPermSize=256m -Dhttp.proxyHost=localhost 
-Dhttp.proxyPort=3128'
+ ANT_OPTS='-Xmx1g -XX:MaxPermSize=256m -Dhttp.proxyHost=localhost 
-Dhttp.proxyPort=3128'
+ cd /data/hive-ptest/working/
+ tee /data/hive-ptest/logs/PreCommit-HIVE-Build-1074/source-prep.txt
+ mkdir -p maven ivy
+ [[ svn = \s\v\n ]]
+ [[ -n '' ]]
+ [[ -d apache-svn-trunk-source ]]
+ [[ ! -d apache-svn-trunk-source/.svn ]]
+ [[ ! -d apache-svn-trunk-source ]]
+ cd apache-svn-trunk-source
+ svn revert -R .
Reverted 
'service/src/test/org/apache/hive/service/cli/TestEmbeddedThriftBinaryCLIService.java'
Reverted 
'service/src/java/org/apache/hive/service/cli/session/HiveSessionImplwithUGI.java'
Reverted 'service/src/java/org/apache/hive/service/cli/CLIService.java'
++ egrep -v '^X|^Performing status on external'
++ awk '{print $2}'
++ svn status --no-ignore
+ rm -rf build hcatalog/build hcatalog/core/build 
hcatalog/storage-handlers/hbase/build hcatalog/server-extensions/build 
hcatalog/webhcat/svr/build hcatalog/webhcat/java-client/build 
hcatalog/hcatalog-pig-adapter/build common/src/gen 
service/src/test/org/apache/hive/service/cli/TestScratchDir.java
+ svn update

Fetching external item into 'hcatalog/src/test/e2e/harness'
External at revision 1530258.

At revision 1530258.
+ patchCommandPath=/data/hive-ptest/working/scratch/smart-apply-patch.sh
+ patchFilePath=/data/hive-ptest/working/scratch/build.patch
+ [[ -f /data/hive-ptest/working/scratch/build.patch ]]
+ chmod +x /data/hive-ptest/working/scratch/smart-apply-patch.sh
+ /data/hive-ptest/working/scratch/smart-apply-patch.sh 
/data/hive-ptest/working/scratch/build.patch
The patch does not appear to apply with p0 to p2
+ exit 1
'
{noformat}

This message is automatically generated.

> NOT expression doesn't handle nulls correctly.
> --
>
> Key: HIVE-5430
> URL: https://issues.apache.org/jira/browse/HIVE-5430
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jitendra Nath Pandey
>Assignee: Jitendra Nath Pandey
> Attachments: HIVE-5430.1.patch, HIVE-5430.2.patch
>
>
> NOT expression doesn't handle nulls correctly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)