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

commit 3bb615c7e2c83b3234f92b8d47c71405e84672d6
Author: buildbot <[email protected]>
AuthorDate: Tue Mar 15 13:43:49 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/rest-api-introduction/index.html    | 42 +++++++++++++++++++++----
 output/feed.xml                                 |  4 +--
 output/zh/docs/rest-api-introduction/index.html | 42 +++++++++++++++++++++----
 output/zh/feed.xml                              |  4 +--
 4 files changed, 76 insertions(+), 16 deletions(-)

diff --git a/output/docs/rest-api-introduction/index.html 
b/output/docs/rest-api-introduction/index.html
index 470f6c6..7e99530 100644
--- a/output/docs/rest-api-introduction/index.html
+++ b/output/docs/rest-api-introduction/index.html
@@ -1516,12 +1516,42 @@
 
 <p><strong>Parameters</strong></p>
 
-<ul>
-  <li><code class="language-plaintext highlighter-rouge">queryType</code>–SQL, 
PHYSICAL, or LOGICAL are valid types. Use only “SQL”. Other types are for 
internal use only.</li>
-  <li><code class="language-plaintext highlighter-rouge">query</code>–A SQL 
query that runs in Drill.</li>
-  <li><code class="language-plaintext 
highlighter-rouge">autoLimit</code>–Limits the number of rows returned from the 
result set. (Drill 1.16+)</li>
-  <li><code class="language-plaintext 
highlighter-rouge">defaultSchema</code>–Sets the default schema for the query.  
Equavalent to executing a <code class="language-plaintext 
highlighter-rouge">USE &lt;schema&gt;</code> prior to the query. (Drill 
1.18+)</li>
-</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter</th>
+      <th>Type</th>
+      <th>Description</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>queryType</td>
+      <td>string</td>
+      <td>SQL, PHYSICAL, or LOGICAL are valid types. Use only “SQL”. Other 
types are for internal use only.</td>
+    </tr>
+    <tr>
+      <td>query</td>
+      <td>string</td>
+      <td>A SQL query that runs in Drill.</td>
+    </tr>
+    <tr>
+      <td>autoLimit</td>
+      <td>integer</td>
+      <td>Limits the number of rows returned from the result set. (Drill 
1.16+)</td>
+    </tr>
+    <tr>
+      <td>defaultSchema</td>
+      <td>string</td>
+      <td>Sets the default schema for the query.  Equivalent to executing a 
<code class="language-plaintext highlighter-rouge">USE &lt;schema&gt;</code> 
prior to the query. (Drill 1.18+)</td>
+    </tr>
+    <tr>
+      <td>userName</td>
+      <td>string</td>
+      <td>Sets the username of the user that will be impersonated during the 
execution of this query.</td>
+    </tr>
+  </tbody>
+</table>
 
 <p>In Drill 1.19+ Drill switched to a streaming HTTP connection for REST 
queries
 with the result that query result sets are no longer buffered in their entirety
diff --git a/output/feed.xml b/output/feed.xml
index b466528..af76385 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>Thu, 10 Mar 2022 10:00:36 +0000</pubDate>
-    <lastBuildDate>Thu, 10 Mar 2022 10:00:36 +0000</lastBuildDate>
+    <pubDate>Tue, 15 Mar 2022 13:41:14 +0000</pubDate>
+    <lastBuildDate>Tue, 15 Mar 2022 13:41:14 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>
diff --git a/output/zh/docs/rest-api-introduction/index.html 
b/output/zh/docs/rest-api-introduction/index.html
index 3385da0..9d39947 100644
--- a/output/zh/docs/rest-api-introduction/index.html
+++ b/output/zh/docs/rest-api-introduction/index.html
@@ -1516,12 +1516,42 @@
 
 <p><strong>Parameters</strong></p>
 
-<ul>
-  <li><code class="language-plaintext highlighter-rouge">queryType</code>–SQL, 
PHYSICAL, or LOGICAL are valid types. Use only “SQL”. Other types are for 
internal use only.</li>
-  <li><code class="language-plaintext highlighter-rouge">query</code>–A SQL 
query that runs in Drill.</li>
-  <li><code class="language-plaintext 
highlighter-rouge">autoLimit</code>–Limits the number of rows returned from the 
result set. (Drill 1.16+)</li>
-  <li><code class="language-plaintext 
highlighter-rouge">defaultSchema</code>–Sets the default schema for the query.  
Equavalent to executing a <code class="language-plaintext 
highlighter-rouge">USE &lt;schema&gt;</code> prior to the query. (Drill 
1.18+)</li>
-</ul>
+<table>
+  <thead>
+    <tr>
+      <th>Parameter</th>
+      <th>Type</th>
+      <th>Description</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td>queryType</td>
+      <td>string</td>
+      <td>SQL, PHYSICAL, or LOGICAL are valid types. Use only “SQL”. Other 
types are for internal use only.</td>
+    </tr>
+    <tr>
+      <td>query</td>
+      <td>string</td>
+      <td>A SQL query that runs in Drill.</td>
+    </tr>
+    <tr>
+      <td>autoLimit</td>
+      <td>integer</td>
+      <td>Limits the number of rows returned from the result set. (Drill 
1.16+)</td>
+    </tr>
+    <tr>
+      <td>defaultSchema</td>
+      <td>string</td>
+      <td>Sets the default schema for the query.  Equivalent to executing a 
<code class="language-plaintext highlighter-rouge">USE &lt;schema&gt;</code> 
prior to the query. (Drill 1.18+)</td>
+    </tr>
+    <tr>
+      <td>userName</td>
+      <td>string</td>
+      <td>Sets the username of the user that will be impersonated during the 
execution of this query.</td>
+    </tr>
+  </tbody>
+</table>
 
 <p>In Drill 1.19+ Drill switched to a streaming HTTP connection for REST 
queries
 with the result that query result sets are no longer buffered in their entirety
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 6a1d38e..36d6750 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>Thu, 10 Mar 2022 10:00:36 +0000</pubDate>
-    <lastBuildDate>Thu, 10 Mar 2022 10:00:36 +0000</lastBuildDate>
+    <pubDate>Tue, 15 Mar 2022 13:41:14 +0000</pubDate>
+    <lastBuildDate>Tue, 15 Mar 2022 13:41:14 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>

Reply via email to