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)