You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I transfrom Oracle's timestamp type, the result is error. The root cause is that ClickHouse toDateTime64() function requires UInt32 type with seconds, but jdbc-bridge offers UInt64 with millSeconds.
When I transfrom Oracle's
timestamp
type, the result is error. The root cause is that ClickHousetoDateTime64()
function requires UInt32 type with seconds, but jdbc-bridge offers UInt64 with millSeconds.Example
Oracle
ClickHouse
The text was updated successfully, but these errors were encountered: