Support Map type in KV table
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 625
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 97
Description
### Search before asking
- [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar.
### Motivation
Add Map type support for KV table scenarios to enable primary key tables with map columns.
### Solution
- Extend KV table storage format to support Map type
- Implement Map type serialization/deserialization for KV tables
- Add support for Map type in KV table read/write operations
### Anything else?
_No response_
### Willingness to contribute
- [ ] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the KV table storage format and its read/write serialization paths, since the issue names these areas but no files or tests. Trace how existing types are serialized and deserialized. Done means KV tables support Map columns, including primary-key tables, across storage, serialization, and read/write operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100