You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/05/15 00:50:00 UTC

[jira] [Updated] (ARROW-8809) [Rust] schema mismatch in integration test

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

ASF GitHub Bot updated ARROW-8809:
----------------------------------
    Labels: pull-request-available  (was: )

> [Rust] schema mismatch in integration test
> ------------------------------------------
>
>                 Key: ARROW-8809
>                 URL: https://issues.apache.org/jira/browse/ARROW-8809
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I apologize for the vagueness here, will flesh out details when I learn more but it looks like Rust is specifying an int64 as a 32 bit type somewhere.
> {code:java}
> diff schema1.txt schema2.txt 
> 15c15
> <  int64_nullable: Int(32,
> ---
> >  int64_nullable: Int(64,
> 17c17
> <  int64_nonnullable: Int(32,
> ---
> >  int64_nonnullable: Int(64,
>  {code}



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