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

release-19.1: enable the decoding of single-column family columns of both json and array #36626

Merged

Conversation

BramGruneir
Copy link
Member

Backport:

Please see individual PRs for details.

/cc @cockroachdb/release

I'm actually surprised this hasn't been tested before.  The decoding method
was just outright missing.

Fixes cockroachdb#36477

Release note: None
Similar to cockroachdb#36548, where arrays were not decoded correctly if they were in
a single-column family, jsonb had the same issue.

This fixes that.

Release note (bug fix): Single column family jsonb columns can now be decoded
correctly.
From cockroachdb#36548 (bug fix): Single column family array columns can now be decoded
correctly.
@BramGruneir BramGruneir added this to the 19.1.x milestone Apr 8, 2019
@BramGruneir BramGruneir requested review from a team April 8, 2019 18:34
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@BramGruneir BramGruneir changed the title release-19.1: TODO release-19.1: enable the decoding of single-column family columns of both json and array Apr 8, 2019
Copy link
Contributor

@bobvawter bobvawter left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 2 of 2 files at r1, 2 of 2 files at r2.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jordanlewis and @knz)

@BramGruneir BramGruneir merged commit 0b4cccd into cockroachdb:release-19.1 Apr 8, 2019
@BramGruneir BramGruneir deleted the backport19.1-36548-36612 branch April 8, 2019 19:40
@BramGruneir
Copy link
Member Author

TFTR!

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.

3 participants