Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3 tasks done
liumengkai opened this issue Dec 20, 2022 · 0 comments · Fixed by #1452
Closed
3 tasks done

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

liumengkai opened this issue Dec 20, 2022 · 0 comments · Fixed by #1452
Labels
feature-request this is a feature requests on the product

Comments

@liumengkai
Copy link
Contributor

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

@liumengkai liumengkai added the feature-request this is a feature requests on the product label Dec 20, 2022
liumengkai added a commit to liumengkai/chunjun that referenced this issue Dec 20, 2022
@FlechazoW FlechazoW linked a pull request Dec 21, 2022 that will close this issue
9 tasks
ll076110 pushed a commit that referenced this issue Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request this is a feature requests on the product
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant