Skip to content

Conversation

@Zhou-jw
Copy link
Contributor

@Zhou-jw Zhou-jw commented May 30, 2025

Summary

  1. Fix syntax errors
  2. Align obkv-hbase enable/disable exception handling with HBase

Solution Description

@maochongxin
Copy link
Contributor

git rebase -i HEAD~6

String jsonData = JSON.toJSONString(requestData);
request.setData(jsonData);
execute(tableClient, request);
try{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

漏了空格

String jsonData = JSON.toJSONString(requestData);
request.setData(jsonData);
execute(tableClient, request);
try{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

漏了空格

ObTableException obEx = (ObTableException) cause;
int errCode = obEx.getErrorCode();
if(ResultCodes.OB_KV_TABLE_NOT_DISABLED.errorCode == errCode) {
throw new TableNotEnabledException("Table is not enabled: " + tableName + obEx);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

异常描述有误

@Zhou-jw Zhou-jw force-pushed the hbase_compat_3_2.0_enable_disable branch 2 times, most recently from f234813 to da5089c Compare June 6, 2025 02:00
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.

3 participants