jackjlli commented on a change in pull request #6607:
URL: https://github.com/apache/incubator-pinot/pull/6607#discussion_r582207747
##########
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/api/resources/PinotClientRequest.java
##########
@@ -63,11 +63,18 @@
@Inject
private BrokerMetrics brokerMetrics;
+ /**
+ * Legacy API to query Pinot using PQL (Pinot Query Language) syntax
+ * and semantics. This API is deprecated and PQL is no longer supported
+ * by Pinot. The API will be removed in the next release. Please use
+ * the standard SQL syntax (API /query/sql) to query Pinot.
+ */
Review comment:
Is there any public doc on how to migrate PQL to SQL? It'd be good to
link it here for users to migrate if needed.
----------------------------------------------------------------
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]