Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lazy array display (apache#3638)
Browse files Browse the repository at this point in the history
tustvold committed Feb 1, 2023
1 parent dd16811 commit 1ad5dc1
Showing 2 changed files with 312 additions and 306 deletions.
2 changes: 1 addition & 1 deletion arrow-array/src/array/primitive_array.rs
Original file line number Diff line number Diff line change
@@ -1067,7 +1067,7 @@ impl<T: ArrowPrimitiveType> From<ArrayData> for PrimitiveArray<T> {
}
}

impl<T: DecimalType + ArrowPrimitiveType> PrimitiveArray<T> {
impl<T: DecimalType> PrimitiveArray<T> {
/// Returns a Decimal array with the same data as self, with the
/// specified precision and scale.
///
Loading

0 comments on commit 1ad5dc1

Please sign in to comment.