siddharthteotia commented on a change in pull request #6607:
URL: https://github.com/apache/incubator-pinot/pull/6607#discussion_r582237811
##########
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:
Good point. I had created an internal wiki for Li users to migrate from
PQL to SQL. May be I can extract some parts of it and create an open source
documentation in 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]