This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git
The following commit(s) were added to refs/heads/master by this push:
new 0699a4c Document the new /data volume in the Drill Docker image.
0699a4c is described below
commit 0699a4cca2a700418b07f1db9860b4c38c50d499
Author: James Turton <[email protected]>
AuthorDate: Thu Mar 10 11:58:37 2022 +0200
Document the new /data volume in the Drill Docker image.
---
.../rest-api/010-rest-api-introduction.md | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git
a/_docs/en/developer-information/rest-api/010-rest-api-introduction.md
b/_docs/en/developer-information/rest-api/010-rest-api-introduction.md
index adf3bc3..c1c55d3 100644
--- a/_docs/en/developer-information/rest-api/010-rest-api-introduction.md
+++ b/_docs/en/developer-information/rest-api/010-rest-api-introduction.md
@@ -61,10 +61,13 @@ Submit a query and return results.
**Parameters**
-* `queryType`--SQL, PHYSICAL, or LOGICAL are valid types. Use only "SQL".
Other types are for internal use only.
-* `query`--A SQL query that runs in Drill.
-* `autoLimit`--Limits the number of rows returned from the result set. (Drill
1.16+)
-* `defaultSchema`--Sets the default schema for the query. Equavalent to
executing a `USE <schema>` prior to the query. (Drill 1.18+)
+| Parameter | Type | Description
|
+| ------------- | ------- |
------------------------------------------------------------------------------------------------------------------
|
+| queryType | string | SQL, PHYSICAL, or LOGICAL are valid types. Use
only "SQL". Other types are for internal use only. |
+| query | string | A SQL query that runs in Drill.
|
+| autoLimit | integer | Limits the number of rows returned from the result
set. (Drill 1.16+) |
+| defaultSchema | string | Sets the default schema for the query. Equivalent
to executing a `USE <schema>` prior to the query. (Drill 1.18+) |
+| userName | string | Sets the username of the user that will be
impersonated during the execution of this query. |
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