Skip to content

Commit

Permalink
Merge branch 'alamb/unnest_api_try3' of github.com:alamb/arrow-datafu…
Browse files Browse the repository at this point in the history
…sion into alamb/unnest_api_try3
  • Loading branch information
alamb committed Aug 1, 2023
2 parents 5b975d2 + 93cb29d commit 9124f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl DataFrame {
/// # async fn main() -> Result<()> {
/// let ctx = SessionContext::new();
/// let df = ctx.read_csv("tests/data/example.csv", CsvReadOptions::new()).await?;
/// let df = df.unnest_column_wtith_optons("a")?;
/// let df = df.unnest_column_with_options("a")?;
/// # Ok(())
/// # }
/// ```
Expand Down

0 comments on commit 9124f60

Please sign in to comment.