Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(error): report the error's source chain through psql #13264

Merged
merged 15 commits into from
Nov 9, 2023
Prev Previous commit
fix duplicated error message
Signed-off-by: Bugen Zhao <i@bugenzhao.com>
BugenZhao committed Nov 9, 2023
commit 41c88a54190a4c7e5f7dd13c41105df84409a1b1
1 change: 0 additions & 1 deletion e2e_test/ddl/invalid_operation.slt
Original file line number Diff line number Diff line change
@@ -253,7 +253,6 @@ SELECT * from msrc limit 0;
# FIXME: improve the error message
query error not found
SELECT * from sink limit 0;
----

query I
SELECT * from v limit 0;