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 JSON default selector for nested records #1988

Merged

Conversation

dominiklohmann
Copy link
Member

@dominiklohmann dominiklohmann commented Dec 1, 2021

This fixes the JSON default selector which does field name based matching to correctly function for nested record types (and thus nested JSON objects).

The fix is currently based off of the last release to create a one-off binary and (1) needs additional tests to be written and (2) needs to be rebased onto actual master. We don't want to create a general hot fix release for this.

📝 Checklist

  • All user-facing changes have changelog entries.
  • The changes are reflected on docs.tenzir.com/vast, if necessary.
  • The PR description contains instructions for the reviewer, if necessary.

🎯 Review Instructions

Don't yet. It's a two-line fix that should be fairly simple to follow.

@dominiklohmann dominiklohmann added the bug Incorrect behavior label Dec 1, 2021
@tobim tobim self-assigned this Dec 6, 2021
@tobim tobim removed their assignment Dec 7, 2021
@dominiklohmann dominiklohmann merged commit 399e047 into master Dec 7, 2021
@dominiklohmann dominiklohmann deleted the topic/fix-default-selector-for-nested-records branch December 7, 2021 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior
Projects
None yet
2 participants