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

Fix pandas large ints #454

Merged
merged 2 commits into from
Jan 14, 2025
Merged

Fix pandas large ints #454

merged 2 commits into from
Jan 14, 2025

Conversation

genzgd
Copy link
Collaborator

@genzgd genzgd commented Jan 14, 2025

Summary

Fix for numpy int types inserted into "big int" columns. Closes #452

Checklist

Delete items not relevant to your PR:

  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided to include in CHANGELOG
  • For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials

@genzgd genzgd merged commit 697794e into main Jan 14, 2025
64 of 68 checks passed
@genzgd genzgd deleted the gg/fix_pandas_large_ints branch January 14, 2025 11:58
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

Successfully merging this pull request may close these issues.

.insert_df fails to insert df column in UInt256 ch column
1 participant