Closed JingsongLi closed 1 year ago
@JingsongLi can you assign this task to me, i am interest on this task.
@JingsongLi can you assign this task to me, i am interest on this it.
Orc has been fixed, we need to fix spark, hive, trino.. And parquet.
@hk-lrzy assigned to you.
@JingsongLi can you assign this task to me, i am interest on this it.
Orc has been fixed, we need to fix spark, hive, trino.. And parquet.
i think you mean avro
, i see Parquet already supported, follow is parquet's code:
case TIMESTAMP_WITH_LOCAL_TIME_ZONE:
LocalZonedTimestampType localZonedTimestampType = (LocalZonedTimestampType) type;
return localZonedTimestampType.getPrecision() <= 6
? Types.primitive(INT64, repetition).named(name)
: Types.primitive(PrimitiveType.PrimitiveTypeName.INT96, repetition)
.named(name);
hi, I would like to take this task if it's suspend.
Search before asking
Paimon version
0.4
Compute Engine
flink
Minimal reproduce step
run table with timestamp with local zone field.
What doesn't meet your expectations?
Due to orc format limitation, timestamp ltz is unsupported now. We should fix this, and validate this type cross multiple engines (hive spark trino). We need to careful about time zone.
Anything else?
No response
Are you willing to submit a PR?