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 0eced2660 Automatic Site Publish by Buildbot
0eced2660 is described below
commit 0eced2660c208876c69a33aa9480dbcf3a57f017
Author: buildbot <[email protected]>
AuthorDate: Fri May 27 12:32:26 2022 +0000
Automatic Site Publish by Buildbot
---
.../docs/querying-a-file-system-introduction/index.html | 15 +++++++++++++--
output/feed.xml | 4 ++--
.../docs/querying-a-file-system-introduction/index.html | 15 +++++++++++++--
output/zh/feed.xml | 4 ++--
4 files changed, 30 insertions(+), 8 deletions(-)
diff --git a/output/docs/querying-a-file-system-introduction/index.html
b/output/docs/querying-a-file-system-introduction/index.html
index ad1c7ec05..d525c9b91 100644
--- a/output/docs/querying-a-file-system-introduction/index.html
+++ b/output/docs/querying-a-file-system-introduction/index.html
@@ -1466,9 +1466,20 @@ databases. In Drill, a file system database consists of
a storage plugin name
followed by an optional workspace name, for example <storage
plugin="">.<workspace> or hdfs.logs.</workspace></storage></p>
<p>The following example shows a query on a file system database in a Hadoop
-distributed file system:</p>
+distributed file system.</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code> SELECT * FROM
hdfs.logs.`AppServerLogs/20104/Jan/01/part0001.txt`;
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span class="o">*</span>
<span class="k">FROM</span> <span class="n">hdfs</span><span
class="p">.</span><span class="n">logs</span><span class="p">.</span><span
class="nv">`AppServerLogs/20104/Jan/01/part0001.txt`</span><span
class="p">;</span>
+</code></pre></div></div>
+
+<p>The path component in backticks is parsed by Drill as a Java string which
+means that the backslash <code class="language-plaintext
highlighter-rouge">\</code> is the escape character that can be used to
+include special characters in the path. The next example shows another query
+against a filesystem storage plugin, but now one which is configured to
+access the local filesystem on an MS Windows machine (which may, of course,
+included mounted network drives). Note the doubled backslashes needed due
+to its status as the escape character.</p>
+
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span class="o">*</span>
<span class="k">FROM</span> <span class="n">dfs</span><span
class="p">.</span><span class="nv">`C:</span><span class="se">\\</span><span
class="nv">Users</span><span class="se">\\</span><span
class="nv">Alice</span><span class="se">\\</span><span
class="nv">Downloads</span><span class="se">\\</span><span
class="nv">sample-dataset.csv`</spa [...]
</code></pre></div></div>
<p>The default <code class="language-plaintext highlighter-rouge">dfs</code>
storage plugin configuration registered with Drill has a
diff --git a/output/feed.xml b/output/feed.xml
index d4dd22bcd..12937fc87 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, 16 May 2022 16:09:22 +0000</pubDate>
- <lastBuildDate>Mon, 16 May 2022 16:09:22 +0000</lastBuildDate>
+ <pubDate>Fri, 27 May 2022 12:29:50 +0000</pubDate>
+ <lastBuildDate>Fri, 27 May 2022 12:29:50 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>
diff --git a/output/zh/docs/querying-a-file-system-introduction/index.html
b/output/zh/docs/querying-a-file-system-introduction/index.html
index f3337b414..e7a7dfbd0 100644
--- a/output/zh/docs/querying-a-file-system-introduction/index.html
+++ b/output/zh/docs/querying-a-file-system-introduction/index.html
@@ -1466,9 +1466,20 @@ databases. In Drill, a file system database consists of
a storage plugin name
followed by an optional workspace name, for example <storage
plugin="">.<workspace> or hdfs.logs.</workspace></storage></p>
<p>The following example shows a query on a file system database in a Hadoop
-distributed file system:</p>
+distributed file system.</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code> SELECT * FROM
hdfs.logs.`AppServerLogs/20104/Jan/01/part0001.txt`;
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span class="o">*</span>
<span class="k">FROM</span> <span class="n">hdfs</span><span
class="p">.</span><span class="n">logs</span><span class="p">.</span><span
class="nv">`AppServerLogs/20104/Jan/01/part0001.txt`</span><span
class="p">;</span>
+</code></pre></div></div>
+
+<p>The path component in backticks is parsed by Drill as a Java string which
+means that the backslash <code class="language-plaintext
highlighter-rouge">\</code> is the escape character that can be used to
+include special characters in the path. The next example shows another query
+against a filesystem storage plugin, but now one which is configured to
+access the local filesystem on an MS Windows machine (which may, of course,
+included mounted network drives). Note the doubled backslashes needed due
+to its status as the escape character.</p>
+
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span class="o">*</span>
<span class="k">FROM</span> <span class="n">dfs</span><span
class="p">.</span><span class="nv">`C:</span><span class="se">\\</span><span
class="nv">Users</span><span class="se">\\</span><span
class="nv">Alice</span><span class="se">\\</span><span
class="nv">Downloads</span><span class="se">\\</span><span
class="nv">sample-dataset.csv`</spa [...]
</code></pre></div></div>
<p>The default <code class="language-plaintext highlighter-rouge">dfs</code>
storage plugin configuration registered with Drill has a
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 0ad9b42a8..2bcd9f665 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, 16 May 2022 16:09:22 +0000</pubDate>
- <lastBuildDate>Mon, 16 May 2022 16:09:22 +0000</lastBuildDate>
+ <pubDate>Fri, 27 May 2022 12:29:50 +0000</pubDate>
+ <lastBuildDate>Fri, 27 May 2022 12:29:50 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>