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

Inserts for Several Numpy Datatypes Fail #69

Closed
genzgd opened this issue Nov 7, 2022 · 0 comments · Fixed by #72
Closed

Inserts for Several Numpy Datatypes Fail #69

genzgd opened this issue Nov 7, 2022 · 0 comments · Fixed by #72
Assignees
Labels
bug Something isn't working

Comments

@genzgd
Copy link
Collaborator

genzgd commented Nov 7, 2022

When inserting a Numpy array into ClickHouse using the client.insert method, if the destination column is a "big integer" type (size more than 64 bits), a datetime type column, or the insert contains NaN values the insert will fail.

@genzgd genzgd added bug Something isn't working minor labels Nov 7, 2022
@genzgd genzgd self-assigned this Nov 7, 2022
@genzgd genzgd removed the minor label Nov 8, 2022
@genzgd genzgd changed the title Insert of Numpy integer values into large ClickHouse integer type fails Inserts for Several Numpy Datatypes Fail Nov 8, 2022
@genzgd genzgd linked a pull request Nov 11, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant