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

Storage plugins should not be exposed to nested references #159

Closed
tsandall opened this issue Nov 22, 2016 · 0 comments
Closed

Storage plugins should not be exposed to nested references #159

tsandall opened this issue Nov 22, 2016 · 0 comments

Comments

@tsandall
Copy link
Member

tsandall commented Nov 22, 2016

Today, if a query contains a nested reference, e.g., data.foo[data.bar[0]], the storage layer will receive a read for the entire ref. This requires all storage plugins recursively process references to handle the nested case.

Nested references should be flattened either by storage.Storage or during evaluation in topdown.

@tsandall tsandall changed the title Storage plugins should not exposed to nested references Storage plugins should not be exposed to nested references Nov 23, 2016
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