[
https://issues.apache.org/jira/browse/HIVE-21082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16737959#comment-16737959
]
Hive QA commented on HIVE-21082:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12954265/HIVE-21082.1.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 15694 tests
executed
*Failed tests:*
{noformat}
TestAlterTableMetadata - did not produce a TEST-*.xml file (likely timed out)
(batchId=251)
TestReplAcidTablesWithJsonMessage - did not produce a TEST-*.xml file (likely
timed out) (batchId=251)
TestReplicationScenariosIncrementalLoadAcidTables - did not produce a
TEST-*.xml file (likely timed out) (batchId=249)
TestSemanticAnalyzerHookLoading - did not produce a TEST-*.xml file (likely
timed out) (batchId=251)
org.apache.hive.jdbc.TestSSL.testMetastoreWithSSL (batchId=258)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/15557/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/15557/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-15557/
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: 5 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12954265 - PreCommit-HIVE-Build
> In HPL/SQL, declare statement does not support variable of type character
> --------------------------------------------------------------------------
>
> Key: HIVE-21082
> URL: https://issues.apache.org/jira/browse/HIVE-21082
> Project: Hive
> Issue Type: Bug
> Components: hpl/sql
> Reporter: Baoning He
> Assignee: Baoning He
> Priority: Major
> Attachments: HIVE-21082.1.patch
>
>
> In the following HPL/SQL programs:
> DECLARE a character(5); SET a = 'b';
> when the type of variable 'a' is CHARACTER, it cannot be assigned a value
> successfully. The support for the character type should be added to DECLARE
> statement.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)