datax kuduwrite 不能同步boolean类型数据
Open
bug
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
datax kuduwrite 不能同步boolean类型数据
row.addBoolean(name, Boolean.getBoolean(rawData));
这行获取值有问题。

Contributor guide
No contributing guide indexed for this repository
Research direction
Search the repository for the reported row.addBoolean(name, Boolean.getBoolean(rawData)) line and inspect the Kudu writer path around it. Reproduce synchronization with boolean values, then verify that true and false inputs are written with their actual values rather than interpreted as system property names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100