Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Removing Utf8Array-based implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
cjermain committed May 15, 2022
1 parent 3dba49c commit 00d300e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 83 deletions.
53 changes: 0 additions & 53 deletions src/array/utf8/json.rs

This file was deleted.

5 changes: 0 additions & 5 deletions src/array/utf8/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ mod mutable;
pub use iterator::*;
pub use mutable::*;

#[cfg(feature = "io_json")]
mod json;
#[cfg(feature = "io_json")]
pub use json::*;

/// A [`Utf8Array`] is arrow's equivalent of an immutable `Vec<Option<String>>`.
/// Cloning and slicing this struct is `O(1)`.
/// # Example
Expand Down
23 changes: 0 additions & 23 deletions tests/it/array/utf8/json.rs

This file was deleted.

2 changes: 0 additions & 2 deletions tests/it/array/utf8/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use arrow2::{array::*, bitmap::Bitmap, buffer::Buffer, datatypes::DataType, error::Result};

#[cfg(feature = "io_json")]
mod json;
mod mutable;
mod to_mutable;

Expand Down

0 comments on commit 00d300e

Please sign in to comment.