enum in FDW
I just connected my ClickHouse FDW. I have an enum column in ClickHouse. Getting this error:
Error: Error fetching table rows: column data type 'Enum8('pageview' = 1,'click' = 2,'conversion' = 3)' is not supported
Error: Error fetching table rows: column data type 'Enum8('pageview' = 1,'click' = 2,'conversion' = 3)' is not supported