Omega359 commented on code in PR #12778: URL: https://github.com/apache/datafusion/pull/12778#discussion_r1794145593
########## README.md: ########## @@ -44,8 +44,10 @@ DataFusion is an extensible query engine written in [Rust] that uses [Apache Arrow] as its in-memory format. -The DataFusion libraries in this repository are used to build data-centric system software. DataFusion also provides the -following subprojects, which are packaged versions of DataFusion intended for end users. +The DataFusion project provides libraries and binaries for data system +developers and end users such as data engineers and analysts. This repository +contains libraries for system developers. The following related projects work +out of the box and target end users. Review Comment: I do use the dataframe api almost exclusively. I say almost because I do allow sql expressions in my library which are converted to Expr's in DF and used via the dataframe api. -- 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]
