IMSMWU/RClickhouse

Getting Error - unsupported column type: pointsInt64

Opened this issue · 1 comments

Hi Team,

I am getting error while running select query.

DB Version : ClickHouse 21.11.3.6

Snippet : output <- dbGetQuery(con, "select * from myTable limit 10")

Error : Error in select(conn@ptr, statement) : unsupported column type: points�Int64

Kindly suggest.

We do not support all data types at the moment. This is partly because R does not have suitable equivalents for everything. In that case, it would help if you cast the column to another type beforehand.