IMSMWU/RClickhouse

informative errors for column type mismatches

Opened this issue · 1 comments

Love Clickhouse. When inserting, you get a cryptic error like:

Error in insert(conn@ptr, qname, value) :
cannot write R type 16 to column of type Int32

In this example, it'd be great to know (1) which column and (2) what is R type 16.

@alanpaulkwan Thanks for the report! You are right, we should add here a better error information. We are currently working on a new release and may include those changes soon.