infiniflow / infiniflow/infinity
[Feature Request]: Add insertion and deletion of int128 data.
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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