Skip to content

Commit 93ebeb0

Browse files
committed
make reuse happy
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 278b333 commit 93ebeb0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

vortex-datafusion/src/v2/source.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// SPDX-License-Identifier: Apache-2.0
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

4-
//! Direct [`DataSource`] integration for an existing Vortex [`DataSourceRef`].
5-
//!
6-
//! Use [`VortexDataSource`] when you already have a Vortex source and want to
7-
//! hand DataFusion a physical scan node without going through file discovery.
4+
//! Use [`VortexDataSource`] to adapt an existing Vortex [`DataSourceRef`] into
5+
//! a DataFusion [`DataSource`] without going through file discovery.
86
//!
97
//! [`VortexDataSource`] is responsible for:
108
//!

0 commit comments

Comments
 (0)