datax- es write
Open
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
case NESTED:
case OBJECT:
case GEO_SHAPE:
data.put(columnName, JSON.parse(column.asString()));
break;
复杂类型中是JSONArray字符串,需要使用JSONArray 转换
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the ES writer code containing the NESTED, OBJECT, and GEO_SHAPE switch, then inspect how column.asString() is parsed. Verify that complex values represented as JSONArray strings are converted correctly and that the existing ES-writer tests cover the resulting output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100