Open lmatz opened 3 weeks ago
If risingwave doesn't have a nanoseconds timestamp type, we can't support it. The issue as decimal with 38 digits.
how about a struct of timestamp
+ integer
(for the nanosecond part) as a workaround
how about a struct of
timestamp
+integer
(for the nanosecond part) as a workaround
Do you mean use a struct of timestamp + integer
to implement a nanoseconds timestamp in risingwave?
@lmatz The Iceberg table currently doesn't contain a nano timestamp column type (because no engine can create such a table at least for now). The original time stamp issued came from the parquet file source.
Right now
https://github.com/apache/iceberg/milestone/42?closed=1 https://github.com/apache/iceberg/issues/8657 https://github.com/apache/iceberg-rust/pull/542