Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

refactor: refactor create table procedure #288

Merged

Conversation

ZuLiangWang
Copy link
Contributor

Rationale

Due to the implementation problem of create table procedure, the current table creation error message of ceresmeta cannot be returned to ceresdb normally. We need to reconstruct it.

Detailed Changes

  • Refactor create table procedure, make it could return error information normally.
  • Modify the error message returned in the service.

Test Plan

Pass CI.

Copy link
Contributor

@jiacai2050 jiacai2050 left a comment

Choose a reason for hiding this comment

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

LGTM

ZuLiangWang added a commit to apache/horaedb that referenced this pull request Dec 7, 2023
## Rationale
Because the logic related to create table has been reconstructed in
`horaemeta` apache/incubator-horaedb-meta#288, the results
returned when reporting errors during create table have changed.
Therefore, we need to correct the results of table creation in the
integration test.

## Detailed Changes
* Update create table result in integration test.

## Test Plan
No need.
@ZuLiangWang ZuLiangWang merged commit 4e6d3e0 into apache:dev Dec 7, 2023
ZuLiangWang added a commit to ZuLiangWang/ceresmeta that referenced this pull request Jan 10, 2024
## Rationale
Due to the implementation problem of create table procedure, the current
table creation error message of ceresmeta cannot be returned to ceresdb
normally. We need to reconstruct it.

## Detailed Changes
* Refactor create table procedure, make it could return error
information normally.
* Modify the error message returned in the service.

## Test Plan
Pass CI.
ZuLiangWang added a commit to ZuLiangWang/ceresmeta that referenced this pull request Jan 10, 2024
## Rationale
Due to the implementation problem of create table procedure, the current
table creation error message of ceresmeta cannot be returned to ceresdb
normally. We need to reconstruct it.

## Detailed Changes
* Refactor create table procedure, make it could return error
information normally.
* Modify the error message returned in the service.

## Test Plan
Pass CI.
ShiKaiWi pushed a commit that referenced this pull request Jan 10, 2024
## Rationale
Due to the implementation problem of create table procedure, the current
table creation error message of ceresmeta cannot be returned to ceresdb
normally. We need to reconstruct it.

## Detailed Changes
* Refactor create table procedure, make it could return error
information normally.
* Modify the error message returned in the service.

## Test Plan
Pass CI.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants