Repository: impala
Updated Branches:
  refs/heads/master 9a5410570 -> 456356ca0


[DOCS] Correct info about REGEXP

Change-Id: I6920003c3903bfd6417a530c3785de9e5676a9dd
Reviewed-on: http://gerrit.cloudera.org:8080/10518
Reviewed-by: Alex Rodoni <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/2d59e4eb
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/2d59e4eb
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/2d59e4eb

Branch: refs/heads/master
Commit: 2d59e4eb0d79ab0da24bf7a394410313b07af270
Parents: 9a54105
Author: Alex Rodoni <[email protected]>
Authored: Fri May 25 12:23:09 2018 -0700
Committer: Impala Public Jenkins <[email protected]>
Committed: Fri May 25 21:26:35 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_operators.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/2d59e4eb/docs/topics/impala_operators.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_operators.xml b/docs/topics/impala_operators.xml
index 673260e..731022f 100644
--- a/docs/topics/impala_operators.xml
+++ b/docs/topics/impala_operators.xml
@@ -989,8 +989,6 @@ SELECT COUNT(DISTINCT(visitor_id)) FROM web_traffic WHERE 
month IN ('January','J
 
       <p conref="../shared/impala_common.xml#common/usage_notes_blurb"/>
 
-      <p 
conref="../shared/impala_common.xml#common/regular_expression_whole_string"/>
-
 <!-- Currently, there isn't any IRLIKE synonym, so REGEXP and IREGEXP are 
different in that respect.
      I pinged IMPALA-1787 to check if that's intentional.
       <p>
@@ -1005,9 +1003,7 @@ SELECT COUNT(DISTINCT(visitor_id)) FROM web_traffic WHERE 
month IN ('January','J
         built-in function. (Currently, there is not any case-insensitive 
equivalent for the <codeph>regexp_extract()</codeph> function.)
       </p>
 
-      <note rev="1.3.1">
-        <p rev="1.3.1" 
conref="../shared/impala_common.xml#common/regexp_matching"/>
-      </note>
+      <p rev="1.3.1" 
conref="../shared/impala_common.xml#common/regexp_matching"/>
 
       <p conref="../shared/impala_common.xml#common/regexp_re2"/>
 
@@ -1632,8 +1628,6 @@ where
 
       <p conref="../shared/impala_common.xml#common/usage_notes_blurb"/>
 
-      <p 
conref="../shared/impala_common.xml#common/regular_expression_whole_string"/>
-
       <p>
         The <codeph>RLIKE</codeph> operator is a synonym for 
<codeph>REGEXP</codeph>.
       </p>
@@ -1645,9 +1639,7 @@ where
         built-in function.
       </p>
 
-      <note rev="1.3.1">
-          <p rev="1.3.1" 
conref="../shared/impala_common.xml#common/regexp_matching"/>
-      </note>
+      <p rev="1.3.1" 
conref="../shared/impala_common.xml#common/regexp_matching"/>
 
       <p conref="../shared/impala_common.xml#common/regexp_re2"/>
 

Reply via email to