Hi All, What did we decide to do about projecting DICT values? Drill allows us to project specific MAP members:
SELECT myMap.x ... And, Drill allows projecting array members: SELECT myArray[3] ... I thought there was discussion of allowing Python-like syntax for projecting DICT values: SELECT myDict['key1'] ... I tried this with no quotes, single-quotes and back-tick quotes. Seems that the schema path parser does not recognize the syntax. Is there some trick that I'm missing? Thanks, - Paul