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 generation of JSON path keyvalue() IDs #16482

Merged
merged 1 commit into from
Mar 11, 2023
Merged

Conversation

electrum
Copy link
Member

@electrum electrum commented Mar 10, 2023

Description

Previously, separate IDs were generated for each member.

Note that the tests pass without this fix due to an AssertJ bug that seems to cause the assertion comparisons not to work. This is fixed by upgrading AssertJ in #16420.

Release notes

(x) Release notes are required, with the following suggested text:

# General
* Fix generation of IDs for `keyvalue()` methods in [JSON path](json-path-language).
  Previously, separate IDs were generated for each member. ({issue}`16482`)

@cla-bot cla-bot bot added the cla-signed label Mar 10, 2023
@electrum electrum added bug Something isn't working correctness labels Mar 10, 2023
@electrum electrum force-pushed the jsonpath branch 2 times, most recently from 974a796 to 1ed13b2 Compare March 10, 2023 23:58
@electrum electrum requested a review from kasiafi March 10, 2023 23:58
Previously, separate IDs were generated for each member.
@electrum electrum merged commit 9e11311 into trinodb:master Mar 11, 2023
@electrum electrum deleted the jsonpath branch March 11, 2023 04:28
@github-actions github-actions bot added this to the 411 milestone Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla-signed correctness
Development

Successfully merging this pull request may close these issues.

3 participants