JingsongLi commented on PR #8609: URL: https://github.com/apache/paimon/pull/8609#issuecomment-4975276074
Debezium maps `Time` to `TIME(3)` without exception, but schema evolution lacks logic for TIME precision compatibility. The initial PostgreSQL `time(0..2)` is treated as `TIME(n)`, and a comparison with `TIME(3)` still returns an `EXCEPTION`. Local verification directly shows that `TIME(0) -> TIME(3)` results in an `EXCEPTION`; therefore, the “`n <= 3`” mentioned in the title only fixes the case where `n = 3`. -- 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]
