clickhouse_fdw icon indicating copy to clipboard operation
clickhouse_fdw copied to clipboard

could not map type <Bool>

Open maxpain opened this issue 2 years ago • 1 comments

Hello. I'm trying to import schema from clickhouse and getting this error.

IMPORT FOREIGN SCHEMA "fastcup" FROM SERVER clickhouse INTO public;
NOTICE:  clickhouse_fdw: ClickHouse <UInt8> type was translated to <INT2> type for column "round_time", change it to BOOLEAN if needed
NOTICE:  clickhouse_fdw: ClickHouse <UInt8> type was translated to <INT2> type for column "game_mode_id", change it to BOOLEAN if needed

Query 1 ERROR: ERROR:  clickhouse_fdw: could not map type <Bool>

maxpain avatar Apr 20 '22 18:04 maxpain

I encountered the very same issue

rsurgiewicz avatar Sep 20 '23 10:09 rsurgiewicz