Skip to content

Commit

Permalink
test: add test file
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Jul 26, 2024
1 parent 864b0fb commit 1eaae01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Binary file not shown.
5 changes: 0 additions & 5 deletions src/execution_result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ impl ExecutionResult {
}

/// Convert to Arrow Table
// ignore deprecated warning for `to_arrow` method
#[deprecated(
since = "0.22.7",
note = "Please use `to_arrow_table` instead. This method will be removed in a future release."
)]
fn to_arrow(&self, py: Python) -> PyResult<PyObject> {
let batches = self.collect(py)?.to_object(py);

Expand Down

0 comments on commit 1eaae01

Please sign in to comment.