You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tsandall
changed the title
Storage plugins should not exposed to nested references
Storage plugins should not be exposed to nested references
Nov 23, 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 intopdown
.The text was updated successfully, but these errors were encountered: