This is an automated email from the ASF dual-hosted git repository.
fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/master by this push:
new 8d70ba6 Fix broken link on select query doc page (#6933)
8d70ba6 is described below
commit 8d70ba69cff5165f9c1d2c4b02c8c9eb28ab586f
Author: Justin Borromeo <[email protected]>
AuthorDate: Mon Jan 28 17:02:21 2019 -0800
Fix broken link on select query doc page (#6933)
* Fixed broken link
* Typo fix
---
docs/content/querying/groupbyquery.md | 2 +-
docs/content/querying/select-query.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content/querying/groupbyquery.md
b/docs/content/querying/groupbyquery.md
index 8f35c97..1d502a9 100644
--- a/docs/content/querying/groupbyquery.md
+++ b/docs/content/querying/groupbyquery.md
@@ -385,7 +385,7 @@ Supported query contexts:
#### Advanced configurations
-##### Common configuragions for all groupBy strategies
+##### Common configurations for all groupBy strategies
Supported runtime properties:
diff --git a/docs/content/querying/select-query.md
b/docs/content/querying/select-query.md
index 7464283..6b16f1c 100644
--- a/docs/content/querying/select-query.md
+++ b/docs/content/querying/select-query.md
@@ -42,7 +42,7 @@ Select queries return raw Druid rows and support pagination.
```
<div class="note info">
-Consider using the [Scan query](scan-query.html) instead of the Select query
if you don't need pagination, and you
+Consider using the [Scan query](../querying/scan-query.html) instead of the
Select query if you don't need pagination, and you
don't need the strict time-ascending or time-descending ordering offered by
the Select query. The Scan query returns
results without pagination, and offers "looser" ordering than Select, but is
significantly more efficient in terms of
both processing time and memory requirements. It is also capable of returning
a virtually unlimited number of results.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]