Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions presto-docs/src/main/sphinx/rest/query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Query Resource
==============

The Query REST service is the most complex of the rest services. It
contains detailed information about nodes, and other
details that capture the state and history of a query being executed
on a Presto installation.
contains detailed information about nodes, and other details that
capture the state and history of a query being executed on a Presto
installation.

.. function:: GET /v1/query

Expand Down Expand Up @@ -69,6 +69,6 @@ on a Presto installation.
"outputDataSize" : "32B",
"outputPositions" : 1
},
"outputStage" : ...
"outputStage" : { }
}

4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/rest/task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ execution of queries on a Presto installation.

**Example response**:

.. sourcecode:: http
.. sourcecode:: json

[ {
"taskId" : "20131222_183944_00011_dk5x2.1.0",
Expand Down Expand Up @@ -89,7 +89,7 @@ execution of queries on a Presto installation.

**Example response**:

.. sourcecode:: http
.. sourcecode:: json

{
"taskId" : "20140115_170528_00004_dk5x2.0.0",
Expand Down