[ 
https://issues.apache.org/jira/browse/ARROW-8258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Grove updated ARROW-8258:
------------------------------
    Description: 
I discovered this bug with this query
{code:java}

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

  was:
{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}

        Summary: [Rust] [Parquet] ArrowReader fails on some timestamp types  
(was: [Rust] [DataFusion[ SELECT * LIMIT 1 fails with schema error)

> [Rust] [Parquet] ArrowReader fails on some timestamp types
> ----------------------------------------------------------
>
>                 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
>            Priority: Major
>             Fix For: 0.17.0
>
>
> I discovered this bug with this query
> {code:java}
> > SELECT tpep_pickup_datetime FROM taxi LIMIT 1;
> General("InvalidArgumentError(\"column types must match schema types, 
> expected Timestamp(Microsecond, None) but found UInt64 at column index 0\")") 
> {code}



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

Reply via email to