You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Evan Chan (Jira)" <ji...@apache.org> on 2021/03/19 22:09:00 UTC

[jira] [Created] (ARROW-12028) [Rust][DataFusion] Unsupported GROUP BY for Timestamp(Millisecond, None)

Evan Chan created ARROW-12028:
---------------------------------

             Summary: [Rust][DataFusion] Unsupported GROUP BY for Timestamp(Millisecond, None)
                 Key: ARROW-12028
                 URL: https://issues.apache.org/jira/browse/ARROW-12028
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust - DataFusion
    Affects Versions: 3.0.0
            Reporter: Evan Chan
             Fix For: 4.0.0


Running a GROUP BY query on a column of type Timestamp(Millisecond, ...) does not work as the case is not implemented in hash_aggregate.rs.

 

 



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