This is an automated email from the ASF dual-hosted git repository.

mayanks pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git


The following commit(s) were added to refs/heads/dev by this push:
     new f7caf70  Updated PQL description (#78)
f7caf70 is described below

commit f7caf70adbc0eb7c1f2706c103889262ae49df55
Author: Gaurav Joshi <[email protected]>
AuthorDate: Fri Dec 9 10:32:59 2022 -0800

    Updated PQL description (#78)
---
 website/docs/about/features_of_pinot.md | 2 +-
 website/src/pages/index.js              | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/website/docs/about/features_of_pinot.md 
b/website/docs/about/features_of_pinot.md
index d6678ea..782935b 100644
--- a/website/docs/about/features_of_pinot.md
+++ b/website/docs/about/features_of_pinot.md
@@ -11,7 +11,7 @@ draft: true
 -   Pluggable indexing technologies - Sorted Index, Bitmap Index, Inverted 
Index
 -   Ability to optimize query/execution plan based on query and segment 
metadata .
 -   Near real time ingestion from streams and batch ingestion from Hadoop
--   SQL like language that supports selection, aggregation, filtering, group 
by, order by, distinct queries on data.
+-   Apache Pinot provides SQL interface for querying interactively, as well as 
programmatically via rest-api.
 -   Support for multivalued fields
 -   Horizontally scalable and fault tolerant
 
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 93a6b44..bcbb97c 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -109,12 +109,11 @@ const features = [
         ),
     },
     {
-        title: "SQL-like Query Interface (PQL)",
+        title: "SQL Query Interface",
         icon: "search",
         description: (
             <>
-                SQL like language that supports selection, aggregation,
-                filtering, group by, order by, distinct queries on data
+                Apache Pinot provides <Link 
to="https://docs.pinot.apache.org/users/user-guide-query/querying-pinot";>SQL 
interface</Link> for querying interactively, as well as programmatically via 
<Link 
to="https://docs.pinot.apache.org/users/api/querying-pinot-using-standard-sql";>rest-api</Link>.
             </>
         ),
     },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to