[
https://issues.apache.org/jira/browse/HIVE-20315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16572692#comment-16572692
]
Hive QA commented on HIVE-20315:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12934742/HIVE-20315.08.patch
{color:green}SUCCESS:{color} +1 due to 119 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 14869 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[convert_decimal64_to_decimal]
(batchId=170)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/13095/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13095/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13095/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
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: 12934742 - PreCommit-HIVE-Build
> Vectorization: Fix more NULL / Wrong Results issues and avoid unnecessary
> casts/conversions
> -------------------------------------------------------------------------------------------
>
> Key: HIVE-20315
> URL: https://issues.apache.org/jira/browse/HIVE-20315
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Reporter: Matt McCline
> Assignee: Matt McCline
> Priority: Critical
> Attachments: HIVE-20315.01.patch, HIVE-20315.02.patch,
> HIVE-20315.03.patch, HIVE-20315.04.patch, HIVE-20315.05.patch,
> HIVE-20315.06.patch, HIVE-20315.07.patch, HIVE-20315.08.patch,
> HIVE-20315.09.patch
>
>
> Generate multi-byte Unicode characters in addition to regular single byte
> characters for random data.
> Don't CAST from STRING/VARCHAR/CHAR TO STRING since all are stored in
> vectorization without padding.
> Fix vectorized BETWEEN expression work to avoid unnecessary CAST of DECIMAL
> constants.
> Fix NULL / Wrong Results issues in VectorElt.
> Change performance Q files to generate non-user EXPLAIN with VECTORIZATION
> display so unnecesary CAST / DECIMAL_64 conversions are visible.
> Add test for vectorized STRUCT field reference.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)