This repository was archived by the owner on Jun 14, 2024. It is now read-only.
Is Hyperspace supporting indexes on nested fields? #312
Unanswered
andrei-ionescu
asked this question in
Q&A
Replies: 3 comments 2 replies
-
@rapoth, @imback82, @sezruby Do you guys have some time to look at my question above? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for the delay. Currently Hyperspace doesn't support nested columns:
However, I think we could support it by
cf) schema & plan from a simple json example:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@sezruby, @imback82, @rapoth I added the #347 proposal for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given the
pqDf
dataset having schemaand containing something similar to
Can I create an index on the
nested.field1
with something like bellow?This example is with a map, what about other kinds of nested fields?
Beta Was this translation helpful? Give feedback.
All reactions