Update pinot docs with fixed pinot connection (#18800)

This commit is contained in:
Xiang Fu 2022-02-17 22:04:42 -08:00 committed by GitHub
parent a0a01a1771
commit 642e80cc64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ The recommended connector library for Apache Pinot is [pinotdb](https://pypi.org
The expected connection string is formatted as follows:
```
pinot+http://controller:5436/query?server=http://controller:5983/``
pinot+http://<pinot-broker-host>:<pinot-broker-port>/query?controller=http://<pinot-controller-host>:<pinot-controller-port>/``
```