apache / apache/incubator-graphar

feat(format): format does not specify an element type for list

Open
#707 16 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
373
Forks
93
Avg merge
7d 21h
Merged PRs (30d)
7

Description

### Describe the enhancement requested

While LIST itself is specified in format spec (protobuf), the element type does not specified anyhow and serialization the protobuf will result in just "list". But in C++ implementation it is `list`, for example, `list`.

### Component(s)

Format

Contributor guide

Open the contributing guide

Research direction

Start by comparing the protobuf format specification's LIST definition with the C++ implementation's list representation. Check the issue discussion for the intended serialized form; done means the format specifies the element type consistently and serialization matches it.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
data-engineering
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.