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 1ec9eb784 Automatic Site Publish by Buildbot
1ec9eb784 is described below

commit 1ec9eb784bee6ec0d38ea62c5c4cfabe7671c314
Author: buildbot <[email protected]>
AuthorDate: Mon Sep 5 09:53:56 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/supported-data-types/index.html    | 29 ++++++++++++++++++--------
 output/feed.xml                                |  4 ++--
 output/zh/docs/supported-data-types/index.html | 29 ++++++++++++++++++--------
 output/zh/feed.xml                             |  4 ++--
 4 files changed, 44 insertions(+), 22 deletions(-)

diff --git a/output/docs/supported-data-types/index.html 
b/output/docs/supported-data-types/index.html
index e93cfb75a..e1c3ea072 100644
--- a/output/docs/supported-data-types/index.html
+++ b/output/docs/supported-data-types/index.html
@@ -1496,7 +1496,7 @@
       <td>2015-12-30</td>
     </tr>
     <tr>
-      <td>DECIMAL(p,s), or DEC(p,s), NUMERIC(p,s)*</td>
+      <td>DECIMAL(p,s), or DEC(p,s), NUMERIC(p,s)<sup id="fnref:1" 
role="doc-noteref"><a href="#fn:1" class="footnote" 
rel="footnote">1</a></sup></td>
       <td>38-digit precision number, precision is p, and scale is s</td>
       <td>DECIMAL(6,2) is 1234.56,  4 digits before and 2 digits after the 
decimal point</td>
     </tr>
@@ -1516,12 +1516,12 @@
       <td>2147483646</td>
     </tr>
     <tr>
-      <td>INTERVAL**</td>
+      <td>INTERVAL<sup id="fnref:2" role="doc-noteref"><a href="#fn:2" 
class="footnote" rel="footnote">2</a></sup></td>
       <td>A day-time or year-month interval</td>
       <td>‘1 10:20:30.123’ (day-time) or ‘1-2’ year to month (year-month)</td>
     </tr>
     <tr>
-      <td>SMALLINT***</td>
+      <td>SMALLINT<sup id="fnref:3" role="doc-noteref"><a href="#fn:3" 
class="footnote" rel="footnote">3</a></sup></td>
       <td>2-byte signed integer in the range -32,768 to 32,767</td>
       <td>32000</td>
     </tr>
@@ -1536,18 +1536,13 @@
       <td>2015-12-30 22:55:55.23</td>
     </tr>
     <tr>
-      <td>CHARACTER VARYING, CHARACTER, CHAR,<em>**</em> or VARCHAR</td>
+      <td>CHARACTER VARYING, CHARACTER, CHAR<sup id="fnref:4" 
role="doc-noteref"><a href="#fn:4" class="footnote" rel="footnote">4</a></sup> 
or VARCHAR</td>
       <td>UTF8-encoded variable-length string. The default limit is 1 
character. The maximum character limit is 2,147,483,647.</td>
       <td>CHAR(30) casts data to a 30-character string maximum.</td>
     </tr>
   </tbody>
 </table>
 
-<p>* Starting in Drill 1.14, the DECIMAL data type is enabled by default.
-** Internally, INTERVAL is represented as INTERVALDAY or INTERVALYEAR.
-*** SMALLINT is not currently supported.
-**** The CHAR data type is internally represented as VARCHAR by Drill.</p>
-
 <h2 id="decimal-data-type">DECIMAL Data Type</h2>
 
 <p>Starting in Drill 1.14, DECIMAL data type support is enabled by default. 
Drill uses the vardecimal data type to store decimal and numeric data types in 
a compressed format that optimizes storage space. The vardecimal data type 
stores decimal and numeric values as variable length columns that can represent 
any decimal precision.</p>
@@ -2194,6 +2189,22 @@ and CONVERT_FROM functions:</p>
 
 <p>*_HADOOPV in the data type name denotes the variable length integer as 
defined by Hadoop libraries. Use a *_HADOOPV type if user data is encoded in 
this format by a Hadoop tool outside MapR.</p>
 
+<div class="footnotes" role="doc-endnotes">
+  <ol>
+    <li id="fn:1" role="doc-endnote">
+      <p>Starting in Drill 1.14, the DECIMAL data type is enabled by default. 
<a href="#fnref:1" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
+    </li>
+    <li id="fn:2" role="doc-endnote">
+      <p>Internally, INTERVAL is represented as INTERVALDAY or INTERVALYEAR. 
<a href="#fnref:2" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
+    </li>
+    <li id="fn:3" role="doc-endnote">
+      <p>SMALLINT is not currently supported. <a href="#fnref:3" 
class="reversefootnote" role="doc-backlink">&#8617;</a></p>
+    </li>
+    <li id="fn:4" role="doc-endnote">
+      <p>The CHAR data type is internally represented as VARCHAR by Drill. <a 
href="#fnref:4" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
+    </li>
+  </ol>
+</div>
 
     
       
diff --git a/output/feed.xml b/output/feed.xml
index 4d00232b1..c0a5411f3 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, 02 Sep 2022 15:42:48 +0000</pubDate>
-    <lastBuildDate>Fri, 02 Sep 2022 15:42:48 +0000</lastBuildDate>
+    <pubDate>Mon, 05 Sep 2022 09:51:48 +0000</pubDate>
+    <lastBuildDate>Mon, 05 Sep 2022 09:51:48 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>
diff --git a/output/zh/docs/supported-data-types/index.html 
b/output/zh/docs/supported-data-types/index.html
index 65b396eb1..85b28675d 100644
--- a/output/zh/docs/supported-data-types/index.html
+++ b/output/zh/docs/supported-data-types/index.html
@@ -1496,7 +1496,7 @@
       <td>2015-12-30</td>
     </tr>
     <tr>
-      <td>DECIMAL(p,s), or DEC(p,s), NUMERIC(p,s)*</td>
+      <td>DECIMAL(p,s), or DEC(p,s), NUMERIC(p,s)<sup id="fnref:1" 
role="doc-noteref"><a href="#fn:1" class="footnote" 
rel="footnote">1</a></sup></td>
       <td>38-digit precision number, precision is p, and scale is s</td>
       <td>DECIMAL(6,2) is 1234.56,  4 digits before and 2 digits after the 
decimal point</td>
     </tr>
@@ -1516,12 +1516,12 @@
       <td>2147483646</td>
     </tr>
     <tr>
-      <td>INTERVAL**</td>
+      <td>INTERVAL<sup id="fnref:2" role="doc-noteref"><a href="#fn:2" 
class="footnote" rel="footnote">2</a></sup></td>
       <td>A day-time or year-month interval</td>
       <td>‘1 10:20:30.123’ (day-time) or ‘1-2’ year to month (year-month)</td>
     </tr>
     <tr>
-      <td>SMALLINT***</td>
+      <td>SMALLINT<sup id="fnref:3" role="doc-noteref"><a href="#fn:3" 
class="footnote" rel="footnote">3</a></sup></td>
       <td>2-byte signed integer in the range -32,768 to 32,767</td>
       <td>32000</td>
     </tr>
@@ -1536,18 +1536,13 @@
       <td>2015-12-30 22:55:55.23</td>
     </tr>
     <tr>
-      <td>CHARACTER VARYING, CHARACTER, CHAR,<em>**</em> or VARCHAR</td>
+      <td>CHARACTER VARYING, CHARACTER, CHAR<sup id="fnref:4" 
role="doc-noteref"><a href="#fn:4" class="footnote" rel="footnote">4</a></sup> 
or VARCHAR</td>
       <td>UTF8-encoded variable-length string. The default limit is 1 
character. The maximum character limit is 2,147,483,647.</td>
       <td>CHAR(30) casts data to a 30-character string maximum.</td>
     </tr>
   </tbody>
 </table>
 
-<p>* Starting in Drill 1.14, the DECIMAL data type is enabled by default.
-** Internally, INTERVAL is represented as INTERVALDAY or INTERVALYEAR.
-*** SMALLINT is not currently supported.
-**** The CHAR data type is internally represented as VARCHAR by Drill.</p>
-
 <h2 id="decimal-data-type">DECIMAL Data Type</h2>
 
 <p>Starting in Drill 1.14, DECIMAL data type support is enabled by default. 
Drill uses the vardecimal data type to store decimal and numeric data types in 
a compressed format that optimizes storage space. The vardecimal data type 
stores decimal and numeric values as variable length columns that can represent 
any decimal precision.</p>
@@ -2194,6 +2189,22 @@ and CONVERT_FROM functions:</p>
 
 <p>*_HADOOPV in the data type name denotes the variable length integer as 
defined by Hadoop libraries. Use a *_HADOOPV type if user data is encoded in 
this format by a Hadoop tool outside MapR.</p>
 
+<div class="footnotes" role="doc-endnotes">
+  <ol>
+    <li id="fn:1" role="doc-endnote">
+      <p>Starting in Drill 1.14, the DECIMAL data type is enabled by default. 
<a href="#fnref:1" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
+    </li>
+    <li id="fn:2" role="doc-endnote">
+      <p>Internally, INTERVAL is represented as INTERVALDAY or INTERVALYEAR. 
<a href="#fnref:2" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
+    </li>
+    <li id="fn:3" role="doc-endnote">
+      <p>SMALLINT is not currently supported. <a href="#fnref:3" 
class="reversefootnote" role="doc-backlink">&#8617;</a></p>
+    </li>
+    <li id="fn:4" role="doc-endnote">
+      <p>The CHAR data type is internally represented as VARCHAR by Drill. <a 
href="#fnref:4" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
+    </li>
+  </ol>
+</div>
 
     
       
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index ee854f6e6..0512e3758 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, 02 Sep 2022 15:42:48 +0000</pubDate>
-    <lastBuildDate>Fri, 02 Sep 2022 15:42:48 +0000</lastBuildDate>
+    <pubDate>Mon, 05 Sep 2022 09:51:48 +0000</pubDate>
+    <lastBuildDate>Mon, 05 Sep 2022 09:51:48 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>

Reply via email to