siddharthteotia opened a new pull request #6607: URL: https://github.com/apache/incubator-pinot/pull/6607
## Description Add a description of your PR here. As discussed on the mailing list and the issue https://github.com/apache/incubator-pinot/issues/5807, we are deprecating PQL restli endpoint `/query` on broker and controller. This PR deprecates the endpoint on broker. The controller endpoint `/pql` is already deprecated ## Upgrade Notes Does this PR prevent a zero down-time upgrade? (Assume upgrade order: Controller, Broker, Server, Minion) * [ ] Yes (Please label as **<code>backward-incompat</code>**, and complete the section below on Release Notes) Does this PR fix a zero-downtime upgrade introduced earlier? No Does this PR otherwise need attention when creating release notes? Things to consider: Yes PQL endpoint on broker is deprecated. Labelled the PR with release-notes. Info for release notes - Apache Pinot has adopted SQL syntax and semantics. Legacy PQL (Pinot Query Language) is deprecated and no longer supported. Will add to docs.pinot.apache.org ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
