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/05/14 23:50:00 UTC

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

Andy Grove created ARROW-8809:
---------------------------------

             Summary: [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
             Fix For: 1.0.0


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)