You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/03/29 17:14:00 UTC

[jira] [Created] (ARROW-8258) [Rust] [DataFusion[ SELECT * LIMIT 1 fails with schema error

Andy Grove created ARROW-8258:
---------------------------------

             Summary: [Rust] [DataFusion[ SELECT * LIMIT 1 fails with schema error
                 Key: ARROW-8258
                 URL: https://issues.apache.org/jira/browse/ARROW-8258
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust, Rust - DataFusion
            Reporter: Andy Grove
            Assignee: Andy Grove
             Fix For: 0.17.0


{code:java}
> SELECT * FROM taxi LIMIT 1;
General("InvalidArgumentError(\"column types must match schema types, expected Timestamp(Microsecond, None) but found UInt64 at column index 1\")") {code}



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