Skip to content

Commit

Permalink
Merge branch 'main' into sammy/to-arrow-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 authored Sep 27, 2024
2 parents 78d45a2 + 02a3404 commit 1dce6ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/daft-core/src/array/ops/as_arrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ use crate::{
pub trait AsArrow {
type Output;

/// Retrieve the underlying internal Arrow2 array.

/// This does not correct for the logical types and will just yield the physical type of the array.
/// For example, a TimestampArray will yield an arrow Int64Array rather than a arrow Timestamp Array.
/// To get a corrected arrow type, see `.to_arrow()`.
Expand Down

0 comments on commit 1dce6ea

Please sign in to comment.