Hi,

I have a json file that contains a SQL timestamp.

When I use it to create a Parquet file it seems to become a INT64:

Jul 12, 2015 3:34:59 PM INFO: parquet.hadoop.ColumnChunkPageWriteStore:
written 153,728B for [occurred_at] INT64: 28,910 values, 231,288B raw,
153,681B comp, 1 pages, encodings: [RLE, BIT_PACKED, PLAIN]

Is that to be expected or am I missing something that needs to be done for
it to become a timestamp in Parquet?

Regards,
 -Stefan

Reply via email to