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

feat(query): add feature flag normalize-compatibility-mode (#8845) #8929

Merged
merged 1 commit into from
Aug 8, 2023

Commits on Aug 4, 2023

  1. feat(query): add feature flag normalize-compatibility-mode (#8845)

    This feature flag allows configuring @normalize in the query language
    such that if there are multiple fields with same alias, they could be
    returned as a list or non-list.
    
    There was a breaking change at some point with the PR
    #7639. Some customers do not
    prefer a list response in case of @normalize. We would like to not make
    any breaking changes going forward, and hence, introducing this feature
    flag enables users to make that choice.
    mangalaman93 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    cf13e5c View commit details
    Browse the repository at this point in the history