alibaba / alibaba/DataX

datax kuduwrite 不能同步boolean类型数据

Open
#1,584 4 comments 0 reactions 0 assignees View on GitHub
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));
这行获取值有问题。
![image](https://user-images.githubusercontent.com/87065618/199189072-8ec3be73-c190-4930-b057-1fdf64db5ecb.png)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.