Skip to content

Commit

Permalink
remove robert note
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Sep 5, 2024
1 parent 59417b3 commit f1bd829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyvortex/src/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ impl PyArray {
/// ]
fn to_arrow(self_: PyRef<'_, Self>) -> PyResult<Bound<PyAny>> {
// NOTE(ngates): for struct arrays, we could also return a RecordBatchStreamReader.
// NOTE(robert): Return RecordBatchStreamReader always?
let py = self_.py();
let vortex = &self_.inner;

Expand Down

0 comments on commit f1bd829

Please sign in to comment.