Skip to content

Conversation

@liumengkai
Copy link
Contributor

@liumengkai liumengkai commented Dec 20, 2022

Purpose of this pull request

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可以支持 列字段 同样有这个功能。

。。。
"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)"}
]
。。。

Which issue you fix

#1451

Checklist:

  • I have executed the 'mvn spotless:apply' command to format my code.
  • I have a meaningful commit message (including the issue id, the template of commit message is '[label-type-#issue-id][fixed-module] a meaningful commit message.')
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have checked my code and corrected any misspellings.
  • My commit is only one. (If there are multiple commits, you can use 'git squash' to compress multiple commits into one.)

@FlechazoW FlechazoW linked an issue Dec 21, 2022 that may be closed by this pull request
3 tasks
@FlechazoW FlechazoW self-assigned this Dec 21, 2022
@FlechazoW FlechazoW self-requested a review December 21, 2022 02:29
@FlechazoW FlechazoW added the feature-request this is a feature requests on the product label Dec 21, 2022
@FlechazoW FlechazoW merged commit d3db08b into DTStack:master Dec 21, 2022
@liumengkai liumengkai deleted the feature-#1451_add_column_replace_hbase branch January 3, 2023 06:14
ll076110 pushed a commit that referenced this pull request 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 this pull request may close these issues.

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

2 participants