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

selects with subquery doesn't show any fields when cached #1166

Open
readyset-railway opened this issue Mar 25, 2024 · 0 comments
Open

selects with subquery doesn't show any fields when cached #1166

readyset-railway opened this issue Mar 25, 2024 · 0 comments

Comments

@readyset-railway
Copy link
Contributor

Expected behavior

image.png

Actual behavior

image.png

Steps to reproduce

CREATE TABLE t1 (a int);
INSERT INTO t1 VALUES(1),(2),(3);

select * from (select max(a) from t1 as a) ss;

CREATE CACHE FROM select * from (select max(a) from t1 as a) ss;

select * from (select max(a) from t1 as a) ss;

ReadySet version

359b727a7c016c3975ff946201cd9a48f215f448

Upstream DB type and version

Postgres 16

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