This is an automated email from the ASF dual-hosted git repository.

xiangfu 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 756f78a  adding trino to pinot readme doc (#7635)
756f78a is described below

commit 756f78aa7a13dcb94967f009fcb3d2690e2f445f
Author: Xiang Fu <xiangfu.1...@gmail.com>
AuthorDate: Mon Oct 25 16:26:36 2021 -0700

    adding trino to pinot readme doc (#7635)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 75e8ee4..d5a4007 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ SELECT sum(clicks), sum(impressions) FROM AdAnalyticsTable
        daysSinceEpoch TOP 100
 ```
 
-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 [Presto-Pinot 
connector](https://prestodb.io/docs/current/connector/pinot.html) to achieve 
table joins and other features.
+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.
@@ -105,7 +105,7 @@ $ bin/quick-start-batch.sh
 ```
 
 ## Deploying Pinot to Kubernetes
-Please refer to [Running Pinot on 
Kubernetes](https://docs.pinot.apache.org/basics/getting-started/kubernetes-quickstart)
 in our project documentation. Pinot also provides Kubernetes integrations with 
the interactive query engine, 
[Presto](kubernetes/helm/presto-coordinator.yaml), and the data visualization 
tool, [Apache Superset](kubernetes/helm/superset.yaml).
+Please refer to [Running Pinot on 
Kubernetes](https://docs.pinot.apache.org/basics/getting-started/kubernetes-quickstart)
 in our project documentation. Pinot also provides Kubernetes integrations with 
the interactive query engine, 
[Trino](https://docs.pinot.apache.org/integrations/trino) 
[Presto](https://docs.pinot.apache.org/integrations/presto), and the data 
visualization tool, [Apache Superset](kubernetes/helm/superset.yaml).
 
 ## Join the Community
  - Ask questions on [Apache Pinot 
Slack](https://join.slack.com/t/apache-pinot/shared_invite/zt-5z7pav2f-yYtjZdVA~EDmrGkho87Vzw)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to