[ 
https://issues.apache.org/jira/browse/HIVE-21216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17031141#comment-17031141
 ] 

Hive QA commented on HIVE-21216:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12992692/HIVE-21216.2.patch

{color:green}SUCCESS:{color} +1 due to 6 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 17971 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[parquet_int64_timestamp] 
(batchId=53)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[parquet_int64_timestamp_int96_compatibility]
 (batchId=3)
{noformat}

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/20483/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/20483/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-20483/

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: 2 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12992692 - PreCommit-HIVE-Build

> Write Parquet INT64 timestamp
> -----------------------------
>
>                 Key: HIVE-21216
>                 URL: https://issues.apache.org/jira/browse/HIVE-21216
>             Project: Hive
>          Issue Type: New Feature
>          Components: Hive
>            Reporter: Karen Coppage
>            Assignee: Karen Coppage
>            Priority: Major
>              Labels: breaking_change
>         Attachments: HIVE-21216.1.patch, HIVE-21216.2.patch
>
>
> This patch enables Hive to start writing int64 timestamps in Parquet.
> With Parquet version 1.11, a new timestamp LogicalType with base INT64 and 
> the following metadata is introduced:
>  boolean isAdjustedToUtc: marks whether the timestamp is converted to UTC 
> (aka Instant semantics) or not (LocalDateTime semantics)
>  enum TimeUnit (NANOS, MICROS, MILLIS): granularity of timestamp
> The timestamp will have LocalDateTime semantics (not converted to UTC).
>  Timestamps outside of range 1677-09-21 00:12:43.145224192 – 2262-04-11 
> 23:47:16.854775807 cannot be written in nanos and will be recorded as NULL. 
>  Time unit (granularity) will be determined by the user. Default is 
> milliseconds.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to