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

bug: resolve schema automactically in rw_table() #14307

Closed
st1page opened this issue Jan 2, 2024 · 1 comment
Closed

bug: resolve schema automactically in rw_table() #14307

st1page opened this issue Jan 2, 2024 · 1 comment
Assignees
Milestone

Comments

@st1page
Copy link
Contributor

st1page commented Jan 2, 2024

dev=> create schema s;
CREATE_SCHEMA
dev=> create table s.t(v int);
CREATE_TABLE
dev=> select * from rw_table(1001);
ERROR:  Failed to run the query

Caused by these errors (recent errors listed first):
  1: Catalog error
  2: table or source not found: t
@st1page st1page self-assigned this Jan 2, 2024
@github-actions github-actions bot added this to the release-1.6 milestone Jan 2, 2024
@st1page
Copy link
Contributor Author

st1page commented Jan 2, 2024

Oh, it can work with schema name provided. hard to fix because we do not store the schema id in the table catalog and we need to maintain the backward compatibility if we want to add it in the proto. 😇

@st1page st1page changed the title bug: handle schema in rw_table() bug: resolve schema automactically in rw_table() Jan 2, 2024
@st1page st1page closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2024
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

No branches or pull requests

1 participant