How can i query complex nested json data from Pino...
# general
s
How can i query complex nested json data from Pinot, do we need to flatten before ingestion or does pinot can support json functions ?.
k
you need to flatten the nested json during ingestion
s
Thanks! Is there any plan to support or feature request like Druid Json Flatten Spec ? Can you share any json examples or documentation if available.
k
yes, we flattening is easy to add and is on the roadmap. @Neha Pawar can you point to the issue.
n
s
@Neha Pawar Thanks for the info.