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

VARCHAR support #227

Merged
merged 1 commit into from
Jan 18, 2024
Merged

VARCHAR support #227

merged 1 commit into from
Jan 18, 2024

Conversation

WillAyd
Copy link
Collaborator

@WillAyd WillAyd commented Jan 18, 2024

This is a reimplementation of #211 in the new 4.0 model. Had to change the test around as previously it relied on a dtype mapper that no longer exists

("unimplemented pandas dtype for type: " + sqltype.toString()).c_str());
static auto arrowTypeFromHyper(const hyperapi::SqlType &sqltype)
-> enum ArrowType {
switch (sqltype.getTag()){
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm this formatting from clang-format is terribly hard to read...wonder what is going on

@WillAyd WillAyd merged commit 00f0c54 into main Jan 18, 2024
4 checks passed
@WillAyd WillAyd deleted the varchar-read branch January 19, 2024 02:53
@WillAyd WillAyd added this to the 4.0 milestone Jan 19, 2024
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.

1 participant