Skip to content

Commit 4e15ce5

Browse files
committed
Update fixture docs
1 parent 8a909fe commit 4e15ce5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • datafusion/core/tests/dataframe

datafusion/core/tests/dataframe/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6773,6 +6773,9 @@ impl FixtureDataGen {
67736773
Ok(())
67746774
}
67756775

6776+
// initializes basic data and writes it using via executing physical plan
6777+
//
6778+
// Available columns: c1, c2
67766779
async fn prepare_execution_plan_writes(config: SessionConfig) -> Result<Self> {
67776780
let tmp_dir = TempDir::new()?;
67786781

@@ -6800,8 +6803,6 @@ impl FixtureDataGen {
68006803
// initializes basic data and writes it using `write_opts`
68016804
//
68026805
// Available columns: c1, c2
6803-
//
6804-
// Returns tuple of output directory and used context
68056806
async fn prepare_direct_df_writes(
68066807
config: SessionConfig,
68076808
write_opts: DataFrameWriteOptions,

0 commit comments

Comments
 (0)