This is an automated email from the ASF dual-hosted git repository.
paddyhoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 9f7cef1 ARROW-6850: [Java] Jdbc converter support Null type
add 090cf69 ARROW-6650: [Rust] [Integration] Compare integration JSON
with schema & batch
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/datatypes.rs | 491 ++++++++++++++++++++----
rust/arrow/src/record_batch.rs | 5 +
rust/arrow/src/util/integration_util.rs | 465 ++++++++++++++++++++++
rust/arrow/src/util/mod.rs | 1 +
rust/arrow/test/data/integration.json | 659 ++++++++++++++++++++++++++++++++
5 files changed, 1550 insertions(+), 71 deletions(-)
create mode 100644 rust/arrow/src/util/integration_util.rs
create mode 100644 rust/arrow/test/data/integration.json