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

when caching query results, cache all columns, not just those that were requested #487

Closed
kaidaguerre opened this issue Jan 24, 2023 · 0 comments · Fixed by #489
Closed

Comments

@kaidaguerre
Copy link
Contributor

This is a regression - it worked previously

select instance_id from aws_ec2_instance;

# should be cached 
select instance_id, vpc_id from aws_ec2_instance;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant