Configuration checkPath代码split错误
Open
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/alibaba/DataX/blob/d4d1ea6a15dce5da61de2917010ef9cfa563f3cd/common/src/main/java/com/alibaba/datax/common/util/Configuration.java#L1041
对传入的参数split时没有path参数。,直接对分隔符进行split的。该校验代码有误。
Contributor guide
No contributing guide indexed for this repository
Research direction
Open common/src/main/java/com/alibaba/datax/common/util/Configuration.java at line 1041 and inspect the checkPath validation and its split handling. Trace the expected path argument format and existing validation coverage; done means the check correctly processes a path-bearing input rather than splitting only on the delimiter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100