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
What is kv-store schema is used by Actor to define structure of key-value store it operates on,
but the developer defines a non-compatible record group for "INPUT" prefix?
Maybe the default kv-stores should be created with a default record group to cover the "INPUT" prefixes
and give them JSON types. Then, we'd never need to worry about existing records.
But it's a breaking change for some Actors... maybe we can only do this for V2 Actors with Actor file...
... it's getting quite complicated.
What if there's a conflict between record groups?
Shall we consider the first one matching as if the file is valid for schema?
... just add a note that these conflicting situations are unspecified behavior
The text was updated successfully, but these errors were encountered:
Moved from
pages/[KEY_VALUE_STORE_SCHEMA.md
collections
for nowbut the developer defines a non-compatible record group for "INPUT" prefix?
Maybe the default kv-stores should be created with a default record group to cover the "INPUT" prefixes
and give them JSON types. Then, we'd never need to worry about existing records.
But it's a breaking change for some Actors... maybe we can only do this for V2 Actors with Actor file...
... it's getting quite complicated.
Shall we consider the first one matching as if the file is valid for schema?
... just add a note that these conflicting situations are unspecified behavior
The text was updated successfully, but these errors were encountered: