支持集合属性
Open
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
目前很多的newsql都支持集合属性,对应datax core比较简单,增加
public class CollectionColumn extends Column
public enum Type {
BAD, NULL, INT, LONG, DOUBLE, STRING, BOOL, DATE, BYTES, COLLECTION // MAP
}
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in DataX core by reading the existing Column model and the surrounding data-type handling. Determine how a generic CollectionColumn and the proposed COLLECTION type would integrate with current readers and writers; done means collection-valued attributes are represented consistently without breaking existing types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100