You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/09/05 04:49:59 UTC

[incubator-druid] branch 0.16.0-incubating updated: Fix operator mistake of expression OR (#8452) (#8469)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch 0.16.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.16.0-incubating by this push:
     new 6f2abe5  Fix operator mistake of expression OR (#8452) (#8469)
6f2abe5 is described below

commit 6f2abe531b90478e46625e791dc56aa361cdfa02
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Wed Sep 4 21:49:53 2019 -0700

    Fix operator mistake of expression OR (#8452) (#8469)
    
    * Add realization for updating version of derived segments in MaterializedView
    
    * add unit test, and change code style for the sake of ease of understanding
    
    * fix document's mistake of expression
---
 docs/misc/math-expr.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/misc/math-expr.md b/docs/misc/math-expr.md
index fbf705f..31a1444 100644
--- a/docs/misc/math-expr.md
+++ b/docs/misc/math-expr.md
@@ -35,7 +35,7 @@ This expression language supports the following operators (listed in decreasing
 |*, /, %|Binary multiplicative|
 |+, -|Binary additive|
 |<, <=, >, >=, ==, !=|Binary Comparison|
-|&&, &#124;|Binary Logical AND, OR|
+|&&, &#124;&#124;|Binary Logical AND, OR|
 
 Long, double, and string data types are supported. If a number contains a dot, it is interpreted as a double, otherwise
 it is interpreted as a long. That means, always add a '.' to your number if you want it interpreted as a double value.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org