paleolimbot commented on code in PR #197:
URL: https://github.com/apache/sedona-db/pull/197#discussion_r2417487639


##########
rust/sedona/src/record_batch_reader_provider.rs:
##########
@@ -383,6 +419,49 @@ mod test {
         }
     }
 
+    #[tokio::test]
+    async fn test_projection_pushdown() {
+        use arrow_array::{RecordBatch, RecordBatchIterator};
+        use arrow_schema::{DataType, Field, Schema};
+        use datafusion::prelude::col;
+        use datafusion::prelude::SessionContext;

Review Comment:
   Should these be module-level `use`s?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to