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
{{ message }}
This repository was archived by the owner on May 7, 2026. It is now read-only.
My ClickHouse CREATE TABLE statement is as follows: local_amount Decimal(27, 8) COMMENT 'Original Currency Amount',
Why is it that after importing, fields like net_amount with Decimal type are being recognized as UNKNOWN?
My ClickHouse CREATE TABLE statement is as follows:
local_amountDecimal(27, 8) COMMENT 'Original Currency Amount',Why is it that after importing, fields like net_amount with Decimal type are being recognized as UNKNOWN?