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 22a1388 Automatic Site Publish by Buildbot
22a1388 is described below
commit 22a138803c82cca0b77667636328fdd88d01960a
Author: buildbot <[email protected]>
AuthorDate: Mon Dec 13 07:48:52 2021 +0000
Automatic Site Publish by Buildbot
---
output/docs/druid-storage-plugin/index.html | 8 ++++----
output/feed.xml | 4 ++--
output/zh/docs/druid-storage-plugin/index.html | 8 ++++----
output/zh/feed.xml | 4 ++--
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/output/docs/druid-storage-plugin/index.html
b/output/docs/druid-storage-plugin/index.html
index 01d2555..069f78e 100644
--- a/output/docs/druid-storage-plugin/index.html
+++ b/output/docs/druid-storage-plugin/index.html
@@ -1439,11 +1439,11 @@
<p><strong>Introduced in release:</strong> 1.18</p>
-<p>The Druid storage plugin allows you to perform SQL queries against <a
href="https://Druid.apache.org/">Apache Druid</a> data sources.</p>
+<p>The Druid storage plugin allows you to perform SQL queries against <a
href="https://druid.apache.org/">Apache Druid</a> data sources.</p>
<h3 id="tested-druid-versions">Tested Druid versions</h3>
-<p><a
href="https://github.com/apache/incubator-Druid/releases/tag/Druid-0.16.0-incubating">0.16.0-incubating</a></p>
+<p><a
href="https://github.com/apache/druid/releases/tag/druid-0.22.0">0.22.0</a></p>
<h2 id="configuration">Configuration</h2>
@@ -1503,11 +1503,11 @@
<h3 id="druid-api">Druid API</h3>
-<p>Druid supports multiple native queries to address sundry use-cases. To
fetch raw Druid rows, Druid’s API support two forms of query, <a
href="https://Druid.apache.org/docs/latest/querying/select-query.html">Select</a>
(no relation to SQL) and <a
href="https://Druid.apache.org/docs/latest/querying/scan-query.html">Scan</a>.
Currently, this plugin uses the Select query API to fetch raw rows from Druid
as json.</p>
+<p>Druid supports multiple native queries to address sundry use-cases. To
fetch raw Druid rows, Druid’s API support two forms of query, <a
href="https://druid.apache.org/docs/latest/querying/select-query.html">Select</a>
(no relation to SQL) and <a
href="https://druid.apache.org/docs/latest/querying/scan-query.html">Scan</a>.
In Drill 1.18 and 1.19, this plugin used the Select query API to fetch raw rows
from Druid as json. Since Drill 1.20, this plugin uses the Scan query API and
can co [...]
<h3 id="filter-push-down">Filter Push-Down</h3>
-<p>Filters are pushed down to native Druid filter structure, converting SQL
where clauses to the respective Druid <a
href="https://Druid.apache.org/docs/latest/querying/filters.html">Filters</a>.</p>
+<p>Filters are pushed down to native Druid filter structure, converting SQL
where clauses to the respective Druid <a
href="https://druid.apache.org/docs/latest/querying/filters.html">Filters</a>.</p>
diff --git a/output/feed.xml b/output/feed.xml
index 15b7599..6f60834 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>Fri, 10 Dec 2021 11:10:33 +0000</pubDate>
- <lastBuildDate>Fri, 10 Dec 2021 11:10:33 +0000</lastBuildDate>
+ <pubDate>Mon, 13 Dec 2021 07:46:03 +0000</pubDate>
+ <lastBuildDate>Mon, 13 Dec 2021 07:46:03 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>
diff --git a/output/zh/docs/druid-storage-plugin/index.html
b/output/zh/docs/druid-storage-plugin/index.html
index 766b4db..e756633 100644
--- a/output/zh/docs/druid-storage-plugin/index.html
+++ b/output/zh/docs/druid-storage-plugin/index.html
@@ -1439,11 +1439,11 @@
<p><strong>Introduced in release:</strong> 1.18</p>
-<p>The Druid storage plugin allows you to perform SQL queries against <a
href="https://Druid.apache.org/">Apache Druid</a> data sources.</p>
+<p>The Druid storage plugin allows you to perform SQL queries against <a
href="https://druid.apache.org/">Apache Druid</a> data sources.</p>
<h3 id="tested-druid-versions">Tested Druid versions</h3>
-<p><a
href="https://github.com/apache/incubator-Druid/releases/tag/Druid-0.16.0-incubating">0.16.0-incubating</a></p>
+<p><a
href="https://github.com/apache/druid/releases/tag/druid-0.22.0">0.22.0</a></p>
<h2 id="configuration">Configuration</h2>
@@ -1503,11 +1503,11 @@
<h3 id="druid-api">Druid API</h3>
-<p>Druid supports multiple native queries to address sundry use-cases. To
fetch raw Druid rows, Druid’s API support two forms of query, <a
href="https://Druid.apache.org/docs/latest/querying/select-query.html">Select</a>
(no relation to SQL) and <a
href="https://Druid.apache.org/docs/latest/querying/scan-query.html">Scan</a>.
Currently, this plugin uses the Select query API to fetch raw rows from Druid
as json.</p>
+<p>Druid supports multiple native queries to address sundry use-cases. To
fetch raw Druid rows, Druid’s API support two forms of query, <a
href="https://druid.apache.org/docs/latest/querying/select-query.html">Select</a>
(no relation to SQL) and <a
href="https://druid.apache.org/docs/latest/querying/scan-query.html">Scan</a>.
In Drill 1.18 and 1.19, this plugin used the Select query API to fetch raw rows
from Druid as json. Since Drill 1.20, this plugin uses the Scan query API and
can co [...]
<h3 id="filter-push-down">Filter Push-Down</h3>
-<p>Filters are pushed down to native Druid filter structure, converting SQL
where clauses to the respective Druid <a
href="https://Druid.apache.org/docs/latest/querying/filters.html">Filters</a>.</p>
+<p>Filters are pushed down to native Druid filter structure, converting SQL
where clauses to the respective Druid <a
href="https://druid.apache.org/docs/latest/querying/filters.html">Filters</a>.</p>
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 30e4c57..99f1b80 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>Fri, 10 Dec 2021 11:10:33 +0000</pubDate>
- <lastBuildDate>Fri, 10 Dec 2021 11:10:33 +0000</lastBuildDate>
+ <pubDate>Mon, 13 Dec 2021 07:46:03 +0000</pubDate>
+ <lastBuildDate>Mon, 13 Dec 2021 07:46:03 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>