matrixorigin / matrixorigin/matrixone

[Refactoring]: return the real error in Resolve() method

Open
#16,966 2 comments 0 reactions 1 assignee Claimed by @gouhongshen View on GitHub
ai-medium kind/refactor priority/p1
Dominant language
Go
Stars
1.9k
Forks
311
Avg merge
1d 3h
Merged PRs (30d)
768

Description

### Why do you want to refactor this code?

```Markdown
Currently, Resolve() method in CompilerContext interface only returns two pointers but no error, and there is always an error like "table '%s' does not exist anymore", which is not the real error.
```

### Describe the solution you'd like

return the real error for Resolve() method.

### Describe alternatives you've considered

_No response_

### Additional information

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.