matrixorigin / matrixorigin/matrixone
[Refactoring]: return the real error in Resolve() method
Open
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
Assessment
This issue has not been assessed yet.