[
https://issues.apache.org/jira/browse/HIVE-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14039669#comment-14039669
]
Hive QA commented on HIVE-6637:
-------------------------------
{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/12651738/HIVE-6637.2.patch
{color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 5668 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_in_file
org.apache.hadoop.hive.cli.TestHBaseCliDriver.testCliDriver_hbase_binary_storage_queries
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_optimization
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_ctas
org.apache.hive.jdbc.miniHS2.TestHiveServer2.testConnection
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/535/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/535/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-535/
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: 6 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12651738
> UDF in_file() doesn't take CHAR or VARCHAR as input
> ---------------------------------------------------
>
> Key: HIVE-6637
> URL: https://issues.apache.org/jira/browse/HIVE-6637
> Project: Hive
> Issue Type: Bug
> Components: Types, UDF
> Affects Versions: 0.14.0
> Reporter: Xuefu Zhang
> Assignee: Ashish Kumar Singh
> Attachments: HIVE-6637.1.patch, HIVE-6637.2.patch
>
>
> {code}
> hive> desc alter_varchar_1;
> key string None
> value varchar(3) None
> key2 int None
> value2 varchar(10) None
> hive> select in_file(value, value2) from alter_varchar_1;
> FAILED: SemanticException [Error 10016]: Line 1:15 Argument type mismatch
> 'value': The 1st argument of function IN_FILE must be a string but
> org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector@10f1f34a
> was given.
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)