On 31 Oct 2012, at 15:19, Dean Wampler <[email protected]> wrote:
> I had no idea if the following hack would work or not, but it's used in the
> Scala language for similar purposes:
>
> Put the word data in left-hand ("back") quotes, e.g., `data`. For example
>
> create table toss (`data` string);
>
And indeed like in SQL. So SELECT mystruct.`data` works perfectly. And even
mystruct.`data`["foo"].
Thank you so much!
