andygrove commented on code in PR #977: URL: https://github.com/apache/arrow-ballista/pull/977#discussion_r1485214948
########## README.md: ########## @@ -65,60 +65,18 @@ The tracking issue for improving these results is [#339](https://github.com/apac The easiest way to get started is to run one of the standalone or distributed [examples](./examples/README.md). After that, refer to the [Getting Started Guide](ballista/client/README.md). +## Architecture + +See the [architecture guide](docs/source/user-guide/architecture.md). + ## Project Status Ballista supports a wide range of SQL, including CTEs, Joins, and Subqueries and can execute complex queries at scale. Refer to the [DataFusion SQL Reference](https://arrow.apache.org/datafusion/user-guide/sql/index.html) for more information on supported SQL. -Ballista is maturing quickly and is now working towards being production ready. See the following roadmap for more details. - -## Roadmap Review Comment: Roadmap content moved into separate file -- 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]
