apache / apache/fluss

Support Array type in KV table

Open
#1,975 4 comments 0 reactions 0 assignees View on GitHub
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 Array type support for KV table scenarios to enable primary key tables with array columns.

### Solution

- Extend KV table storage format to support Array type
- Implement Array type serialization/deserialization for KV tables
- Add support for Array 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 the existing type serialization/deserialization and read/write paths. Compare how current column types are handled, then verify that primary key KV tables with array columns can be stored, read, and written successfully.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.