alibaba / alibaba/DataX

datax- es write

Open
#207 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.