alamb commented on code in PR #11290: URL: https://github.com/apache/datafusion/pull/11290#discussion_r1667067780
########## docs/source/library-user-guide/using-the-sql-api.md: ########## @@ -29,16 +29,15 @@ using the [`SessionContext::sql`] method. For lower level control such as preventing DDL, you can use [`SessionContext::sql_with_options`] or the [`SessionState`] APIs -[`sessioncontext`]: https://docs.rs/datafusion/latest/datafusion/execution/context/struct.SessionContext.html Review Comment: I moved this down to the bottom of the doc so the link for `SessionContext::sql` wasn't duplicated and I could reuse `SessionContext::sql` reference -- 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]
