This is an automated email from the ASF dual-hosted git repository.
richardstartin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 320a5ae Update README.md (#8147)
320a5ae is described below
commit 320a5ae6a91c965d75868414464de8a90e05a88c
Author: Mark Needham <[email protected]>
AuthorDate: Mon Feb 7 10:02:02 2022 +0000
Update README.md (#8147)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7005d61..bb49a72 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ SELECT sum(clicks), sum(impressions) FROM AdAnalyticsTable
Pinot is not a replacement for database i.e it cannot be used as source of
truth store, cannot mutate data. While Pinot [supports text
search](https://docs.pinot.apache.org/basics/features/text-search-support),
it's not a replacement for a search engine. Also, Pinot queries cannot span
across multiple tables by default. You can use the [Trino-Pinot
Connector](https://trino.io/docs/current/connector/pinot.html) or [Presto-Pinot
Connector](https://prestodb.io/docs/current/connector/pinot.h [...]
## Building Pinot
-More detailed instructions can be found at [Quick
Demo](https://docs.pinot.apache.org/getting-started) section in the
documentation.
+More detailed instructions can be found at [Quick
Demo](https://docs.pinot.apache.org/basics/getting-started/quick-start) section
in the documentation.
```
# Clone a repo
$ git clone https://github.com/apache/pinot.git
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]