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

#469 Support Complex type -- part 2 #474

Merged
merged 2 commits into from
Nov 16, 2022
Merged

Conversation

sitingren
Copy link
Member

Partial fix for #469.

Parse ARRAY type data into a list. The scope of this PR:

  • Support: one-dimensional or multi-dimensional arrays. E.g. Numeric data in an array will be converted to decimal.Decimal objects.
  • Not Support: arrays that contain structs (ROWs), i.e. structs in an array will be parsed by json.loads(), some elements remain as strings.

@sitingren sitingren merged commit ad5d041 into vertica:master Nov 16, 2022
@sitingren sitingren deleted the complex-type branch November 16, 2022 10:06
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