Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
Signed-off-by: remzi <[email protected]>
  • Loading branch information
HaoYang670 committed Jul 29, 2022
1 parent 27a8f94 commit 425e158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions arrow/src/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ mod array_binary;
mod array_boolean;
mod array_decimal;
mod array_dictionary;
mod array_fixed_binary;
mod array_fixed_size_binary;
mod array_list;
mod array_map;
mod array_primitive;
Expand Down Expand Up @@ -201,7 +201,7 @@ pub use self::array_boolean::BooleanArray;
pub use self::array_decimal::BasicDecimalArray;
pub use self::array_decimal::Decimal128Array;
pub use self::array_decimal::Decimal256Array;
pub use self::array_fixed_binary::FixedSizeBinaryArray;
pub use self::array_fixed_size_binary::FixedSizeBinaryArray;

#[deprecated(note = "Please use `Decimal128Array` instead")]
pub type DecimalArray = Decimal128Array;
Expand Down

0 comments on commit 425e158

Please sign in to comment.