You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/12 18:12:00 UTC

[jira] [Commented] (DRILL-8007) Problems with datetime in parquet files

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

ASF GitHub Bot commented on DRILL-8007:
---------------------------------------

vvysotskyi opened a new pull request #2370:
URL: https://github.com/apache/drill/pull/2370


   # [DRILL-8007](https://issues.apache.org/jira/browse/DRILL-8007): Fix reading time / timestamp micros and binary types
   
   ## Description
   Fixed reading time micros, updated code to read timestamp micros as timestamp instead of long. Fixed issue with reading fixed len byte array type without logical type.
   
   ## Documentation
   NA
   
   ## Testing
   Added unit test.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Problems with datetime in parquet files
> ---------------------------------------
>
>                 Key: DRILL-8007
>                 URL: https://issues.apache.org/jira/browse/DRILL-8007
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Parquet
>    Affects Versions: 1.19.0
>            Reporter: Bjørn Jørgensen
>            Priority: Major
>
> Hi I did fill a bug in Apache spark for problems with datetime columns. 
> Looks like Apache Drill only implements TIMESTAMP_MILLIS in Parquet. TIMESTAMP_MICROS is also Parquet standard but looks like the read path for this type seems missing in Drill.
>  
> The bug report
> https://issues.apache.org/jira/browse/SPARK-36934



--
This message was sent by Atlassian Jira
(v8.20.1#820001)