yyy1000 commented on code in PR #10528:
URL: https://github.com/apache/datafusion/pull/10528#discussion_r1603727701


##########
datafusion-examples/README.md:
##########
@@ -63,6 +63,7 @@ cargo run --example csv_sql
 - [`parquet_sql.rs`](examples/parquet_sql.rs): Build and run a query plan from 
a SQL statement against a local Parquet file
 - [`parquet_sql_multiple_files.rs`](examples/parquet_sql_multiple_files.rs): 
Build and run a query plan from a SQL statement against multiple local Parquet 
files
 - ['parquet_exec_visitor.rs'](examples/parquet_exec_visitor.rs): Extract 
statistics by visiting an ExecutionPlan after execution
+- - [`plan_to_sql.rs`](examples/plan_to_sql.rs): Generate SQL from Datafusion 
`Expr` and `LogicalPlan`

Review Comment:
   There seems an additional `-`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to