Re: Discussion for timestamp support

2021-04-01 Thread Danny Chan
I think the read is very about each engine because Hoodie does not define its own parquet reader yet, for e.g the Flink reader can read int96 as timestamp based on the declared precision. Best, Danny Chan lrz <369091...@qq.com> 于2021年4月1日周四 下午12:04写道: > Hi, I want to discuss about the support

Discussion for timestamp support

2021-03-31 Thread lrz
Hi, I want to discuss about the support for timestamp dataType. As we know, now Hudi save timestamp type as long, then this will lead to some problem when the table include timestamp datatype: 1) At bootstrap operation, if the origin parquet file was written by a spark application, then spark