tsreaper
tsreaper
Thanks for opening this issue. Flink SQL gateway is initially released as the JDBC server for the Flink JDBC driver, so we didn't expose REST API at the beginning. But...
It seems that `#{internet.uuid}` are the same too.
Sorry that I forgot to mention the Flink version. I'm testing on Flink 1.15 and I'll check for other Flink versions.
Where are the tests for these actions and procedures?
Could you explain what kinds of exceptions you would like to catch, and where you would like to catch them?
> I'm willing to submit a PR! Thanks for your interest. Please note that there are two types of timestamp in Paimon: `TimestampType` and `LocalZonedTimestampType`. `TimestampType` is `timestamptz` in Iceberg,...
The Paimon object for `TimestampType` and `LocalZonedTimestampType` is `org.apache.paimon.data.Timestamp`. It stores `millisecond` and `nanoOfMillisecond` in the object. For `TimestampType`, this `millisecond` is the time starting from 1970-01-01 00:00:00 UTC, so...
"local-timestamp-micros" is not a data type in Paimon. It is a data type in avro. Iceberg's avro reader has to deal with it. However for this issue, you only need...
> @tsreaper Can I submit PR? Sure, feel free to submit.
Hi @dbac , sorry for keeping you waiting. I've just introduced statistics to `IcebergDataFileMeta`, so now Iceberg will filter files according to the statistics we converted from `IcebergConversions`, and we...