infiniflow / infiniflow/infinity

[Feature Request]: Add insertion and deletion of int128 data.

Open
#587 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request
Dominant language
C++
Stars
4.7k
Forks
445
Avg merge
2d 2h
Merged PRs (30d)
7

Description

### Is there an existing issue for the same feature request?

- [X] I have checked the existing issues.

### Is your feature request related to a problem?

_No response_

### Describe the feature you'd like

Please add the insertion and deletion of int128 data to the data table.

### Describe implementation you've considered

_No response_

### Documentation, adoption, use case

_No response_

### Additional information

_No response_

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the data table implementation and the existing insertion and deletion paths for supported integer types. Trace how data types are represented and validated, then compare the int128 request with those paths. Done means int128 values can be inserted and deleted through the data table consistently with the existing types, with coverage in the relevant tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.