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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9527b7a  Publishing website 2021/05/06 18:03:10 at commit d1042c0
9527b7a is described below

commit 9527b7a46cd5251207e281143b0eeaaa786dca74
Author: jenkins <bui...@apache.org>
AuthorDate: Thu May 6 18:03:10 2021 +0000

    Publishing website 2021/05/06 18:03:10 at commit d1042c0
---
 .../documentation/dsls/sql/calcite/query-syntax/index.html            | 4 ++--
 website/generated-content/sitemap.xml                                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/website/generated-content/documentation/dsls/sql/calcite/query-syntax/index.html
 
b/website/generated-content/documentation/dsls/sql/calcite/query-syntax/index.html
index 17a7f4a..7e5492c 100644
--- 
a/website/generated-content/documentation/dsls/sql/calcite/query-syntax/index.html
+++ 
b/website/generated-content/documentation/dsls/sql/calcite/query-syntax/index.html
@@ -38,7 +38,7 @@ select:
         | expression [ [ AS ] alias ] } [, ...]
     [ FROM from_item  [, ...] ]
     [ WHERE bool_expression ]
-    [ GROUP BY { expression [, ...] | ROLLUP ( expression [, ...] ) } ]
+    [ GROUP BY { expression [, ...] } ]
     [ HAVING bool_expression ]
 
 set_op:
@@ -187,7 +187,7 @@ expression using <code>CROSS JOIN</code> and 
<code>WHERE</code>.</p><p>Example -
 ON Roster.SchoolID = TeamMascot.SchoolID;
 </code></pre><p>is equivalent to:</p><pre><code>SELECT * FROM Roster CROSS 
JOIN TeamMascot
 WHERE Roster.SchoolID = TeamMascot.SchoolID;
-</code></pre><h2 id=group-by-clause>GROUP BY clause</h2><p>Also see <a 
href=/documentation/dsls/sql/windowing-and-triggering/>Windowing & 
Triggering</a></p><h3 id=syntax_3>Syntax</h3><pre><code>GROUP BY { expression 
[, ...] | ROLLUP ( expression [, ...] ) }
+</code></pre><h2 id=group-by-clause>GROUP BY clause</h2><p>Also see <a 
href=/documentation/dsls/sql/windowing-and-triggering/>Windowing & 
Triggering</a></p><h3 id=syntax_3>Syntax</h3><pre><code>GROUP BY { expression 
[, ...] }
 </code></pre><p>The <code>GROUP BY</code> clause groups together rows in a 
table with non-distinct values
 for the <code>expression</code> in the <code>GROUP BY</code> clause. For 
multiple rows in the source
 table with non-distinct values for <code>expression</code>, the <code>GROUP 
BY</code> clause produces
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index e8c6039..caed215 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.29.0/</loc><lastmod>2021-04-15T20:51:50-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-04-15T20:51:50-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-04-15T20:51:50-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-04-15T20:51:50-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/blog/beam-2.29.0/</loc><lastmod>2021-04-15T20:51:50-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-04-15T20:51:50-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-04-15T20:51:50-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-04-15T20:51:50-07:00</lastmod></url><url><loc>/blog/b
 [...]
\ No newline at end of file

Reply via email to