From 28933de3b679262284be5702da4961f183cc6f83 Mon Sep 17 00:00:00 2001 From: Andrew Gazelka Date: Wed, 6 Nov 2024 16:07:24 -0800 Subject: [PATCH] remove comment --- src/daft-connect/src/command.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/daft-connect/src/command.rs b/src/daft-connect/src/command.rs index c0a835ca5e..83e1522f5a 100644 --- a/src/daft-connect/src/command.rs +++ b/src/daft-connect/src/command.rs @@ -1,5 +1,3 @@ -// Stream of Result - use std::{ops::ControlFlow, thread}; use arrow2::io::ipc::write::StreamWriter;