You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/26 13:19:33 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue #101: [Rust] Test that the final schema is expected in integration tests

alamb opened a new issue #101:
URL: https://github.com/apache/arrow-datafusion/issues/101


   *Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10036
   
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org