datax-elasticsearchwriter
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;
fastjson 版本过低,json字符串中有特殊字符导致异常,导致任务终止。
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the datax-elasticsearchwriter implementation and inspect the NESTED, OBJECT, and GEO_SHAPE branches containing the JSON.parse call. Reproduce the failure with JSON strings containing special characters, then verify the writer handles that input without terminating the task.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100