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/drill-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2d5dc8679 Automatic Site Publish by Buildbot
2d5dc8679 is described below
commit 2d5dc8679decb831429d7fa801605bce09a00e4f
Author: buildbot <[email protected]>
AuthorDate: Mon Oct 9 15:54:40 2023 +0000
Automatic Site Publish by Buildbot
---
output/docs/json-data-model/index.html | 4 ++--
output/feed.xml | 4 ++--
output/zh/docs/json-data-model/index.html | 4 ++--
output/zh/feed.xml | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/output/docs/json-data-model/index.html
b/output/docs/json-data-model/index.html
index e646c952e..ebd2960d9 100644
--- a/output/docs/json-data-model/index.html
+++ b/output/docs/json-data-model/index.html
@@ -1863,9 +1863,9 @@ ORDER BY TotalSales;
. . .
</code></pre></div></div>
-<p>This example shows how to drill down using array notation plus dot notation
in features[0].properties.MAPBLKLOT to get the MAPBLKLOT property value in the
San Francisco city lots data:</p>
+<p>This example shows how to drill down using array notation plus dot notation
in features[0].<code class="language-plaintext
highlighter-rouge">properties</code>.MAPBLKLOT to get the MAPBLKLOT property
value in the San Francisco city lots data. Note that the word ‘properties’ is a
Drill SQL keyword, so must be surrounded by back-ticks:</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>SELECT features[0].properties.MAPBLKLOT, FROM
dfs.`/Users/drilluser/citylots.json`;
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>SELECT features[0].`properties`.MAPBLKLOT, FROM
dfs.`/Users/drilluser/citylots.json`;
|------------|
| EXPR$0 |
diff --git a/output/feed.xml b/output/feed.xml
index a594397a9..d4d0286a3 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Mon, 08 May 2023 17:47:10 +0000</pubDate>
- <lastBuildDate>Mon, 08 May 2023 17:47:10 +0000</lastBuildDate>
+ <pubDate>Mon, 09 Oct 2023 15:52:31 +0000</pubDate>
+ <lastBuildDate>Mon, 09 Oct 2023 15:52:31 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>
diff --git a/output/zh/docs/json-data-model/index.html
b/output/zh/docs/json-data-model/index.html
index dac2e76ba..a23b998fd 100644
--- a/output/zh/docs/json-data-model/index.html
+++ b/output/zh/docs/json-data-model/index.html
@@ -1863,9 +1863,9 @@ ORDER BY TotalSales;
. . .
</code></pre></div></div>
-<p>This example shows how to drill down using array notation plus dot notation
in features[0].properties.MAPBLKLOT to get the MAPBLKLOT property value in the
San Francisco city lots data:</p>
+<p>This example shows how to drill down using array notation plus dot notation
in features[0].<code class="language-plaintext
highlighter-rouge">properties</code>.MAPBLKLOT to get the MAPBLKLOT property
value in the San Francisco city lots data. Note that the word ‘properties’ is a
Drill SQL keyword, so must be surrounded by back-ticks:</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>SELECT features[0].properties.MAPBLKLOT, FROM
dfs.`/Users/drilluser/citylots.json`;
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>SELECT features[0].`properties`.MAPBLKLOT, FROM
dfs.`/Users/drilluser/citylots.json`;
|------------|
| EXPR$0 |
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 9dd02571e..590d10b72 100644
--- a/output/zh/feed.xml
+++ b/output/zh/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/zh/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Mon, 08 May 2023 17:47:10 +0000</pubDate>
- <lastBuildDate>Mon, 08 May 2023 17:47:10 +0000</lastBuildDate>
+ <pubDate>Mon, 09 Oct 2023 15:52:31 +0000</pubDate>
+ <lastBuildDate>Mon, 09 Oct 2023 15:52:31 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>