Repository: impala
Updated Branches:
  refs/heads/master 6ce7ba295 -> 1d84d6855


[DOCS] Rewrote the opening paragraph for a better readability

Change-Id: I86116cb9163b91133d17b1bb3f40af9e636f02cf
Reviewed-on: http://gerrit.cloudera.org:8080/11309
Reviewed-by: Alex Rodoni <arod...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


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

Branch: refs/heads/master
Commit: 0d380828d4f18cd138e68cd22720a9fc8e6094bb
Parents: 6ce7ba2
Author: Alex Rodoni <arod...@cloudera.com>
Authored: Thu Aug 23 15:05:24 2018 -0700
Committer: Alex Rodoni <arod...@cloudera.com>
Committed: Thu Aug 23 22:15:25 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_enable_expr_rewrites.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/0d380828/docs/topics/impala_enable_expr_rewrites.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_enable_expr_rewrites.xml 
b/docs/topics/impala_enable_expr_rewrites.xml
index b52914a..1c3f886 100644
--- a/docs/topics/impala_enable_expr_rewrites.xml
+++ b/docs/topics/impala_enable_expr_rewrites.xml
@@ -41,9 +41,9 @@ under the License.
 
     <p>
       The <codeph>ENABLE_EXPR_REWRITES</codeph> query option controls whether 
to enable or
-      disable the query compile time optimizations that rewrite the expression 
trees to a more
-      compact and optimized form that helps avoid redundant expression 
evaluation at run time.
-      Performance optimizations controlled by this query option include:
+      disable the query compile time optimizations. These optimizations 
rewrite the expression
+      trees to a more compact and optimized form that helps avoid redundant 
expression
+      evaluation at run time. Performance optimizations controlled by this 
query option include:
     </p>
 
     <ul>

Reply via email to