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

[Bug] [Hbase-connector] column config & [Feature] [Hbase-connector] TTL #1455

Closed
3 tasks done
liumengkai opened this issue Dec 30, 2022 · 1 comment · Fixed by #1456
Closed
3 tasks done

[Bug] [Hbase-connector] column config & [Feature] [Hbase-connector] TTL #1455

liumengkai opened this issue Dec 30, 2022 · 1 comment · Fixed by #1456
Labels
bug Something isn't working

Comments

@liumengkai
Copy link
Contributor

Search before asking

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

What happened

1.If we put rowkey at column first place. Nullpointer!
如果我们吧rowkey放在列的第一位就会报空指针,判空的时候忽略了第一位

What you expected to happen

1.If we put rowkey at column first place. Nullpointer!
如果我们吧rowkey放在列的第一位就会报空指针,判空的时候忽略了第一位

2.支持hbasesink文件的这一批数据的TTL

How to reproduce

"writer": {
"name": "hbasewriter",
"parameter": {
"hbaseConfig": {
。。。
},
"table": "oks_ml",
"nullMode": "skip",
"encoding": "UTF-8",
"walFlag": false,
"batchSize": 10000,
"rowkeyExpress": "$(rowkey)",
"column": [
{"type": "string","name":"rowkey"},
{"type": "int","name":"v:tid"},
{"type": "bigint","name":"v:t_7_i_$(tid)"},
{"type": "bigint","name":"v:t_7_c_$(tid)"},
{"type": "bigint","name":"v:t_7_r_$(tid)"}
],
"ttl":100000
}
}
}

Anything else

No response

Version

master

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@liumengkai liumengkai added the bug Something isn't working label Dec 30, 2022
liumengkai added a commit to liumengkai/chunjun that referenced this issue Dec 30, 2022
liumengkai added a commit to liumengkai/chunjun that referenced this issue Dec 30, 2022
FlechazoW pushed a commit that referenced this issue Jan 3, 2023
* [feat-##1455] fix hbase bug & add hbase ttl

* [feat-##1455] update ttl value set
@FlechazoW FlechazoW linked a pull request Jan 3, 2023 that will close this issue
9 tasks
@FlechazoW
Copy link
Member

PR merged. #1456

ll076110 pushed a commit that referenced this issue Mar 3, 2023
* [feat-##1455] fix hbase bug & add hbase ttl

* [feat-##1455] update ttl value set

(cherry picked from commit 3c72eae)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants