You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by James Turton <ja...@somecomputer.xyz.INVALID> on 2021/11/14 05:25:10 UTC

Re: Problems with datetime in parquet files

Hi Bjørn

See this PR which will soon be merged.

https://github.com/apache/drill/pull/2370/files

James

On 2021/10/06 17:27, Bjørn Jørgensen wrote:
> 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
>