From e9dadb4a666ff68dd13b8a69198682b40f91b60a Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Wed, 15 Mar 2017 10:55:12 -0700 Subject: [PATCH] Update docs for query filter HavingSpecs. --- docs/content/querying/having.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/querying/having.md b/docs/content/querying/having.md index 27dec3534be8..e3cc43041bf2 100644 --- a/docs/content/querying/having.md +++ b/docs/content/querying/having.md @@ -35,9 +35,8 @@ For example, to use a selector filter: } ``` -Note that behavior of the "filter" HavingSpec on an output field named "\_\_time" differs from most other HavingSpecs. -Unlike most other HavingSpecs, it will act on each row's timestamp rather than an output field named "\_\_time". We -recommend avoiding naming output fields "\_\_time". Future versions of Druid may enforce this. +You can use "filter" HavingSpecs to filter on the timestamp of result rows by applying a filter to the "\_\_time" +column. ### Numeric filters