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 ea5b3e3 Automatic Site Publish by Buildbot
ea5b3e3 is described below
commit ea5b3e3dc1a7a9ebfb431f247cc36fe64fb6df62
Author: buildbot <[email protected]>
AuthorDate: Sat Apr 2 15:07:58 2022 +0000
Automatic Site Publish by Buildbot
---
output/docs/text-files-csv-tsv-psv/index.html | 2 +-
output/feed.xml | 4 ++--
output/zh/docs/text-files-csv-tsv-psv/index.html | 2 +-
output/zh/feed.xml | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/output/docs/text-files-csv-tsv-psv/index.html
b/output/docs/text-files-csv-tsv-psv/index.html
index def2373..31f9d99 100644
--- a/output/docs/text-files-csv-tsv-psv/index.html
+++ b/output/docs/text-files-csv-tsv-psv/index.html
@@ -1464,7 +1464,7 @@
<h2 id="select-data-from-particular-columns">Select Data from Particular
Columns</h2>
-<p>Converting text files to another format, such as Parquet, using the CTAS
command and a SELECT * statement is not recommended. Instead, you should select
data from particular columns. If your text files have no headers, use the <a
href="/docs/querying-plain-text-files">COLUMN[n] syntax</a>, and then assign
meaningful column names using aliases. For example:</p>
+<p>Converting text files to another format, such as Parquet, using the CTAS
command and a SELECT * statement is not recommended. Instead, you should select
data from particular columns. If your text files have no headers, use the <a
href="/docs/querying-plain-text-files">COLUMNS[n] syntax</a>, and then assign
meaningful column names using aliases. For example:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>CREATE TABLE parquet_users AS SELECT CAST(COLUMNS[0] AS
INT) AS user_id,
COLUMNS[1] AS username, CAST(COLUMNS[2] AS TIMESTAMP) AS registration_date
diff --git a/output/feed.xml b/output/feed.xml
index 567bac2..9d6a884 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>Sat, 02 Apr 2022 15:02:17 +0000</pubDate>
- <lastBuildDate>Sat, 02 Apr 2022 15:02:17 +0000</lastBuildDate>
+ <pubDate>Sat, 02 Apr 2022 15:05:23 +0000</pubDate>
+ <lastBuildDate>Sat, 02 Apr 2022 15:05:23 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>
diff --git a/output/zh/docs/text-files-csv-tsv-psv/index.html
b/output/zh/docs/text-files-csv-tsv-psv/index.html
index 4a7b725..4b1bf9d 100644
--- a/output/zh/docs/text-files-csv-tsv-psv/index.html
+++ b/output/zh/docs/text-files-csv-tsv-psv/index.html
@@ -1464,7 +1464,7 @@
<h2 id="select-data-from-particular-columns">Select Data from Particular
Columns</h2>
-<p>Converting text files to another format, such as Parquet, using the CTAS
command and a SELECT * statement is not recommended. Instead, you should select
data from particular columns. If your text files have no headers, use the <a
href="/zh/docs/querying-plain-text-files">COLUMN[n] syntax</a>, and then assign
meaningful column names using aliases. For example:</p>
+<p>Converting text files to another format, such as Parquet, using the CTAS
command and a SELECT * statement is not recommended. Instead, you should select
data from particular columns. If your text files have no headers, use the <a
href="/zh/docs/querying-plain-text-files">COLUMNS[n] syntax</a>, and then
assign meaningful column names using aliases. For example:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>CREATE TABLE parquet_users AS SELECT CAST(COLUMNS[0] AS
INT) AS user_id,
COLUMNS[1] AS username, CAST(COLUMNS[2] AS TIMESTAMP) AS registration_date
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 8bca169..0e20e60 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>Sat, 02 Apr 2022 15:02:17 +0000</pubDate>
- <lastBuildDate>Sat, 02 Apr 2022 15:02:17 +0000</lastBuildDate>
+ <pubDate>Sat, 02 Apr 2022 15:05:23 +0000</pubDate>
+ <lastBuildDate>Sat, 02 Apr 2022 15:05:23 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>