comphead commented on code in PR #16119: URL: https://github.com/apache/datafusion/pull/16119#discussion_r2098957264
########## datafusion/core/src/lib.rs: ########## @@ -311,9 +311,9 @@ //! ``` //! //! A [`TableProvider`] provides information for planning and -//! an [`ExecutionPlan`]s for execution. DataFusion includes [`ListingTable`], +//! an [`ExecutionPlan`] for execution. DataFusion includes [`ListingTable`], //! a [`TableProvider`] which reads individual files or directories of files -//! ("partitioned datasets") of several common file formats. Uses can add +//! ("partitioned datasets") of several common file formats. Users can add Review Comment: ```suggestion //! ("partitioned datasets") of the same file format. Users can add ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org