You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge (Jira)" <ji...@apache.org> on 2020/09/18 02:58:00 UTC

[jira] [Created] (ARROW-10036) [Rust] [DataFusion] Test that the final schema is expected in integration tests

Jorge created ARROW-10036:
-----------------------------

             Summary: [Rust] [DataFusion] Test that the final schema is expected in integration tests
                 Key: ARROW-10036
                 URL: https://issues.apache.org/jira/browse/ARROW-10036
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust - DataFusion
            Reporter: Jorge


Currently, our integration tests convert a Recordbatch to a string, which we use for testing, but they do not test that the final schema matches our expectations.

We should add a test for this, which includes:
 # field name
 # field type
 # field nulability

for every field in the schema.



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