This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new c141130646 🔄 synced local 'docs/compiler/' with remote 'docs/compiler/'
c141130646 is described below
commit c1411306463bcd9cca96be50ce47bd315a9b45d7
Author: chaokunyang <[email protected]>
AuthorDate: Tue Jun 30 10:31:29 2026 +0000
🔄 synced local 'docs/compiler/' with remote 'docs/compiler/'
---
docs/compiler/schema-idl.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/compiler/schema-idl.md b/docs/compiler/schema-idl.md
index c121352030..128f2fe2af 100644
--- a/docs/compiler/schema-idl.md
+++ b/docs/compiler/schema-idl.md
@@ -1497,9 +1497,9 @@ message Config {
- Temporal scalar types (`date`, `timestamp`, `duration`)
- Enums
-Map keys do not support binary `bytes`, floating-point types, `decimal`,
`list<T>`, `array<T>`,
-or nested `map<K, V>` types. Put those types in map values or wrap them in a
message with a
-portable scalar or enum key.
+Map keys do not support `any`, binary `bytes`, floating-point types,
`decimal`, message types,
+union types, `list<T>`, `array<T>`, or nested `map<K, V>` types. Put those
types in map values or
+wrap them in a message with a portable scalar or enum key.
### Type Compatibility Matrix
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]