You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/08/27 15:05:46 UTC

[GitHub] [drill] agozhiy commented on issue #1829: DRILL-7096: Develop vector for canonical Map

agozhiy commented on issue #1829: DRILL-7096: Develop vector for canonical Map<K,V>
URL: https://github.com/apache/drill/pull/1829#issuecomment-525344202
 
 
   I think we have to support backward compatibility by adding an option. Users could already use the old data representation style in their queries, and now they will need to be rewritten.
   For example, this won't work anymore:
   ```select t.c.`value` from (select flatten(x.fields.map) c from x```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services