[
https://issues.apache.org/jira/browse/HIVE-9657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14338246#comment-14338246
]
Hive QA commented on HIVE-9657:
-------------------------------
{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/12701003/HIVE-9657.1.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 7567 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_index_bitmap_auto_partitioned
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udaf_percentile_approx_23
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2879/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2879/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2879/
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12701003 - PreCommit-HIVE-TRUNK-Build
> Use new parquet Types API builder to construct data types
> ---------------------------------------------------------
>
> Key: HIVE-9657
> URL: https://issues.apache.org/jira/browse/HIVE-9657
> Project: Hive
> Issue Type: Sub-task
> Reporter: Sergio Peña
> Assignee: Ferdinand Xu
> Attachments: HIVE-9657.1.patch, HIVE-9657.patch
>
>
> Parquet is going to remove the constructors from the public API in favor of
> the builder, We must use the new Types API for primitive types in:
> {noformat}HiveSchemaConverter.java{noformat}.
> This is to avoid invalid types, like an INT64 with a DATE annotation.
> An example for a DATE datatype:
> {noformat}
> Types.primitive(repetition, INT32).as(DATE).named(name);
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)