[
https://issues.apache.org/jira/browse/HIVE-10587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526160#comment-14526160
]
Hive QA commented on HIVE-10587:
--------------------------------
{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/12730049/HIVE-10587.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 8886 tests executed
*Failed tests:*
{noformat}
org.apache.hive.hcatalog.streaming.TestStreaming.testTransactionBatchCommit_Json
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3709/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3709/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3709/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12730049 - PreCommit-HIVE-TRUNK-Build
> ExprNodeColumnDesc should be created with isPartitionColOrVirtualCol true for
> DP column
> ---------------------------------------------------------------------------------------
>
> Key: HIVE-10587
> URL: https://issues.apache.org/jira/browse/HIVE-10587
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 1.0.0
> Reporter: Chaoyu Tang
> Assignee: Chaoyu Tang
> Priority: Minor
> Attachments: HIVE-10587.patch
>
>
> In SymenticAnalyzer method:
> Operator genConversionSelectOperator(String dest, QB qb, Operator input,
> TableDesc table_desc, DynamicPartitionCtx dpCtx) throws SemanticException
> ==
> The DP column's ExprNodeColumnDesc is created by passing false as the
> parameter isPartitionColOrVirtualCol value:
> {code}
> // DP columns starts with tableFields.size()
> for (int i = tableFields.size() + (updating() ? 1 : 0); i <
> rowFields.size(); ++i) {
> TypeInfo rowFieldTypeInfo = rowFields.get(i).getType();
> ExprNodeDesc column = new ExprNodeColumnDesc(
> rowFieldTypeInfo, rowFields.get(i).getInternalName(), "", false);
> expressions.add(column);
> }
> {code}
> I think it should be true instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)