DataX icon indicating copy to clipboard operation
DataX copied to clipboard

Add phoenix column type in hbase11x rw

Open rewerma opened this issue 6 years ago • 1 comments

在hbase11x的reader和writer中增加Phoenix类型的转换,例:

"column": [
    {
    "index": 0,
    "name": "cf:id",
    "type": "$bigint"
    },
    {
    "index": 1,
    "name": "cf:name",
    "type": "$varchar"
    }
]

类型:

$unsigned_int
$unsigned_long
$unsigned_tinyint
$unsigned_smallint
$unsigned_float
$unsigned_double
$integer
$bigint
$tinyint
$smallint
$float
$double
$decimal
$boolean
$unsigned_time
$unsigned_date
$unsigned_timestamp
$time
$date
$timestamp
$varbinary
$varchar

rewerma avatar Sep 24 '19 07:09 rewerma

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 24 '19 07:09 CLAassistant