You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2021/01/17 13:50:00 UTC

[jira] [Created] (ARROW-11289) [Rust] [DataFusion] Support GROUP BY for Dictionary columns

Andrew Lamb created ARROW-11289:
-----------------------------------

             Summary: [Rust] [DataFusion] Support GROUP BY for Dictionary columns
                 Key: ARROW-11289
                 URL: https://issues.apache.org/jira/browse/ARROW-11289
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust - DataFusion
            Reporter: Andrew Lamb
            Assignee: Andrew Lamb


If you try and run a query that groups on a column encoded as a Dictionary you get an error about "unsupported GROUP BY type". You should get the same result as if your data was encoded using a primitive array type. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)