This is an automated email from the ASF dual-hosted git repository.
ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 7bd5a0f82 [docs] Update doc in api/java-client about complex type
(#2845)
7bd5a0f82 is described below
commit 7bd5a0f829601fd826119e5b6b376a4d3c285e27
Author: nhuantho <[email protected]>
AuthorDate: Thu Mar 12 14:41:37 2026 +0700
[docs] Update doc in api/java-client about complex type (#2845)
* [docs] Update doc in api/java-client about complex type
* Fix ci
---
website/docs/apis/java-client.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/website/docs/apis/java-client.md b/website/docs/apis/java-client.md
index 80553889b..d4d70aba5 100644
--- a/website/docs/apis/java-client.md
+++ b/website/docs/apis/java-client.md
@@ -305,7 +305,8 @@ The supported type mappings are:
| TIMESTAMP | LocalDateTime |
| TIMESTAMP_LTZ | Instant |
| BINARY / BYTES | byte[] |
-
+| ARRAY | T[] / Collection |
+| MAP | Map |
### Writing Data
#### Append Writer