Skip to content

[Feature][hbase-connector] add support for column replace like 'rowkey' #1451

@liumengkai

Description

@liumengkai

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

As we know,we can use 'rowkeyExpress' in hbasecolumn. and chunjun will replace the value in "$()",this pr can support column field also has that function.

我们知道在hbase-connector中可以使用'rowkeyExpress'当做主键表达式,chunjun会用字段值替换在"$()"中的字段名称,这个pr可以支持 列字段 同样有这个功能。

Use case

。。。
"rowkeyExpress": "$(rowkey)",
"column": [
{"type": "string","name":"v:cid"},
{"type": "string","name":"rowkey"},
{"type": "string","name":"v:c_30_i_$(cid)"},
{"type": "string","name":"v:c_30_c_$(cid)"},
{"type": "string","name":"v:c_30_r_$(cid)"}
]
。。。

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestthis is a feature requests on the product

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions