ConeyLiu opened a new pull request, #7836: URL: https://github.com/apache/iceberg/pull/7836
Flink data type could have some customized precision, such as `LocalZonedTimestampType(3)`. However, the precision could be lost after converting from Flink type to Iceberg type back and forth. For example: ``` Flink LocalZonedTimestampType(3) -> Iceberg TimestampType Iceberg TimestampType -> Flink LocalZonedTimestampType(6) ``` So when projecting on the row data to get the equality key, we should create the `RowDataProjection` based on the requested flink table schema -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
