Skip to content

Commit

Permalink
fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Nov 30, 2021
1 parent da85c63 commit 9d97916
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arrow/src/array/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ use crate::{
use half::f16;
use std::convert::TryInto;
use std::mem;
use std::ops::Range;
use std::sync::Arc;

use super::equal::equal;
Expand Down Expand Up @@ -897,7 +898,7 @@ impl ArrayData {
values_data.validate()?;
Ok(values_data)
}
s

/// "expensive" validation that ensures:
///
/// 1. Null count is correct
Expand Down

0 comments on commit 9d97916

Please sign in to comment.