You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks, @cjkeilig , yes, it is all right to work with { type: 'FLOAT', repeated: true }. But in my case, we don't declare the native schema directly but declare the json schema.
it seems if I pass the json schema with a array like this coordinate: { type: 'array', items: [ { type: 'number' }] }, it will throw out an exception like this.
my json schema is as followed
but I got an error saying 'too many values for field: coordinate'.
any idea how to deal with it?
The text was updated successfully, but these errors were encountered: