diff --git a/docs/src/main/sphinx/connector/pinot.rst b/docs/src/main/sphinx/connector/pinot.rst index 6a20df81af38..b70c735200cc 100644 --- a/docs/src/main/sphinx/connector/pinot.rst +++ b/docs/src/main/sphinx/connector/pinot.rst @@ -14,7 +14,7 @@ Requirements To connect to Pinot, you need: -* Pinot 0.10.0 or higher. +* Pinot 0.11.0 or higher. * Network access from the Trino coordinator and workers to the Pinot controller nodes. Port 8098 is the default port. diff --git a/plugin/trino-pinot/pom.xml b/plugin/trino-pinot/pom.xml index 9fce465071c4..ee01bf04fb00 100755 --- a/plugin/trino-pinot/pom.xml +++ b/plugin/trino-pinot/pom.xml @@ -14,7 +14,7 @@ ${project.parent.basedir} - 0.11.0 + 0.12.1