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)