4paradigm / 4paradigm/OpenMLDB
Do not pack ts dimension in data importer
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
`OpenMLDB` will extract the value of ts col from encoded value https://github.com/4paradigm/OpenMLDB/issues/529, so data importer need not pack ts dimension
Contributor guide
Research direction
The issue references a change in the data importer to stop packing the ts dimension, as ts column values will be extracted from encoded values per issue #529. Look for the data importer code, likely in src/importer or similar directories, to find where ts dimension packing occurs. Understand the encoding extraction logic from the linked issue to ensure the importer no longer duplicates this packing. Verify changes by running any existing tests related to data import and ts column handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- databases, machine-learning
- Domain
- data-engineering, databases, machine-learning
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100