diff --git a/pyvortex/src/array.rs b/pyvortex/src/array.rs index a78c8b136f..01baa833a8 100644 --- a/pyvortex/src/array.rs +++ b/pyvortex/src/array.rs @@ -49,7 +49,6 @@ impl PyArray { /// ] fn to_arrow(self_: PyRef<'_, Self>) -> PyResult> { // NOTE(ngates): for struct arrays, we could also return a RecordBatchStreamReader. - // NOTE(robert): Return RecordBatchStreamReader always? let py = self_.py(); let vortex = &self_.inner;