Skip to content

bug: highest_field_id in schema should include nested fields. #589

@liurenjie1024

Description

@liurenjie1024

Currently for a schema like following:

[
  foo (id: 1, type String),
  bar (id: 2, type Struct),
     | - baz (id: 3, type String)
     | - ban (id: 10, type Int)
]

The highest_field_id is calculated as 2 since we don't count nested field. It's supposed to be 10.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions