Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xinlifoobar committed Jun 22, 2024
1 parent 0f7da98 commit b220130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/core/src/dataframe/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ impl DataFrame {
/// let df = ctx.read_csv("tests/data/example.csv", CsvReadOptions::new()).await?;
/// let expr = df.parse_sql_expr(sql)?;
/// assert_eq!(expected, expr);
///
/// # Ok(())
/// # Ok(())
/// # }
/// ```
pub fn parse_sql_expr(&self, sql: &str) -> Result<Expr> {
Expand Down

0 comments on commit b220130

Please sign in to comment.