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 object array type test. #319

Merged
merged 1 commit into from
Nov 29, 2019
Merged

Fix object array type test. #319

merged 1 commit into from
Nov 29, 2019

Conversation

kovrus
Copy link
Contributor

@kovrus kovrus commented Nov 29, 2019

Summary of the changes / Why this is an improvement

CrateDB >= 4.1.0 maps the array(object) data type to
the PGArray(JSON) instead of JSON Postgres type.
Therefore, the test case has to be adjusted.

See crate/crate@8e1ba66

Checklist

  • CLA is signed

CrateDB >= 4.1.0 maps the `array(object)` data type to
the `PGArray(JSON)` instead of `JSON` Postgres type.
Therefore, the test case has to be adjusted.

See crate/crate@8e1ba66
@kovrus kovrus added the ready-to-merge Let Mergify merge the PR once it is approved and checks pass label Nov 29, 2019
@kovrus kovrus merged commit e20434c into master Nov 29, 2019
@kovrus kovrus deleted the r/object-array branch November 29, 2019 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Let Mergify merge the PR once it is approved and checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants