Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Error - unsupported column type: pointsInt64 #90

Open
iamgauravkhanna opened this issue Jul 8, 2022 · 1 comment
Open

Getting Error - unsupported column type: pointsInt64 #90

iamgauravkhanna opened this issue Jul 8, 2022 · 1 comment

Comments

@iamgauravkhanna
Copy link

iamgauravkhanna commented Jul 8, 2022

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.

@inkrement
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants