After upgrading to 0.28.0 from 0.27.2, it is unable to infer the array type
Here is my schema definition:
And when I run the following query:
The inferred type of rows is this:
1 Reply
And the weird thing is, when I use
InferModel
as following:
The inferred Badge
type actually has skills: string[]