Skip to content

The type of a field identified by a path ending in a wildcard is always JsonFieldType.ARRAY #423

@wilkinsona

Description

@wilkinsona

This test fails:

assertThat(
        this.fieldTypeResolver.resolveFieldType("a.*",
                createPayload("{\"a\": {\"b\": 1, \"c\": 2}}")),
        equalTo(JsonFieldType.NUMBER));
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions