All, What is the expected to refer to nested avro element from within QueryRecord SQL queries?
When using LookupRecord I may refer to a record child element by the RecordPath "/header/deviceEventClassId", however, it is not clear what syntax should I use with QueryRecord? SELECT * FROM FLOWFILE WHERE "/header/deviceEventClassId" <> "1" Fails with column not found.
