File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ Run a SQL query against data stored in a CSV:
6969
7070``` rust
7171use datafusion :: prelude :: * ;
72- use arrow :: util :: pretty :: print_batches;
73- use arrow :: record_batch :: RecordBatch ;
72+ use datafusion :: arrow :: util :: pretty :: print_batches;
73+ use datafusion :: arrow :: record_batch :: RecordBatch ;
7474
7575#[tokio:: main]
7676async fn main () -> datafusion :: error :: Result <()> {
@@ -92,8 +92,8 @@ Use the DataFrame API to process data stored in a CSV:
9292
9393``` rust
9494use datafusion :: prelude :: * ;
95- use arrow :: util :: pretty :: print_batches;
96- use arrow :: record_batch :: RecordBatch ;
95+ use datafusion :: arrow :: util :: pretty :: print_batches;
96+ use datafusion :: arrow :: record_batch :: RecordBatch ;
9797
9898#[tokio:: main]
9999async fn main () -> datafusion :: error :: Result <()> {
Original file line number Diff line number Diff line change 3939//! ```rust
4040//! # use datafusion::prelude::*;
4141//! # use datafusion::error::Result;
42- //! # use arrow::record_batch::RecordBatch;
42+ //! # use datafusion:: arrow::record_batch::RecordBatch;
4343//!
4444//! # #[tokio::main]
4545//! # async fn main() -> Result<()> {
7777//! ```
7878//! # use datafusion::prelude::*;
7979//! # use datafusion::error::Result;
80- //! # use arrow::record_batch::RecordBatch;
80+ //! # use datafusion:: arrow::record_batch::RecordBatch;
8181//!
8282//! # #[tokio::main]
8383//! # async fn main() -> Result<()> {
You can’t perform that action at this time.
0 commit comments