Skip to content

Conversation

@JackShi148
Copy link
Contributor

@JackShi148 JackShi148 commented Jul 19, 2024

Remove addRowKeyElement dependency on new Mutation interface (Insert, Update, InsertOrUpdate etc.)

Summary

Users now can use new interfaces to provide row key name and value when create the operation, do not need to use addRowKeyElement before operations.

Solution Description

The internal process will work for old interfaces and new interfaces. The old process will concat the value with the name and calculate partition Id, the new process will directly carry the value with the name to the calculation part. Remove previous redundant processing.

@CLAassistant
Copy link

CLAassistant commented Jul 19, 2024

CLA assistant check
All committers have signed the CLA.

@JackShi148 JackShi148 force-pushed the rm_rowkeyelement_test branch 2 times, most recently from a5a224f to 64c75f1 Compare July 21, 2024 05:29
@JackShi148 JackShi148 force-pushed the rm_rowkeyelement_test branch from 553aa64 to 71579fd Compare August 20, 2024 06:58
@WeiXinChan
Copy link
Contributor

LGTM

@WeiXinChan WeiXinChan merged commit 7b97f73 into oceanbase:master Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants