-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
feature-requestthis is a feature requests on the productthis is a feature requests on the product
Description
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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
feature-requestthis is a feature requests on the productthis is a feature requests on the product