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

Support "literal expressions" for pull queries on advanced keys #6602

Closed
agavra opened this issue Nov 12, 2020 · 0 comments · Fixed by #6628
Closed

Support "literal expressions" for pull queries on advanced keys #6602

agavra opened this issue Nov 12, 2020 · 0 comments · Fixed by #6628

Comments

@agavra
Copy link
Contributor

agavra commented Nov 12, 2020

We will soon enable support for structured and other advanced key types (map/array) (#824) but we will not be able to issue pull queries against materialized views that have those as keys. There are two tasks that need to be done in that bucket:

  1. support the ability to create structs/maps/arrays in the pull query's where clause (e.g. WHERE rowkey = STRUCT(foo:=bar)) so long as every element within the struct/array/map declaration is a literal (or resolvable to a literal value)
  2. support the ability to issue pull queries against multi-column keys (e.g. WHERE colA = 'foo' AND colB = 'bar').

This ticket tracks the former of the two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant