From 642e80cc640e8301d5e5abfdc9ef32c863a7870f Mon Sep 17 00:00:00 2001 From: Xiang Fu Date: Thu, 17 Feb 2022 22:04:42 -0800 Subject: [PATCH] Update pinot docs with fixed pinot connection (#18800) --- docs/docs/databases/pinot.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/databases/pinot.mdx b/docs/docs/databases/pinot.mdx index e68acd8e7..8d5b8c206 100644 --- a/docs/docs/databases/pinot.mdx +++ b/docs/docs/databases/pinot.mdx @@ -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://:/query?controller=http://:/`` ```