Hi there,

I'm using Flink SQL clinet to run the jobs for me. My stream is a JSON with
nested objects. Couldn't find much document on querying the nested JSON, so
I had to flatten the JSON and use as:
SELECT `source.ip`, `destination.ip`, `dns.query`, `organization.id`,
`dns.answers.data` FROM source;

Can someone help me with the query, querying nested JSON so I could save
resources running flattening job?


Thanks
Srikanth

Reply via email to