Repository: impala
Updated Branches:
  refs/heads/master e7d5a25a4 -> a90b42911


[DOCS] Fixed a typo for missing 'not'

Change-Id: I8342bcb47d4a9aa422e234e488dd1dfbdc1694d4
Reviewed-on: http://gerrit.cloudera.org:8080/10657
Reviewed-by: Balazs Jeszenszky <jes...@gmail.com>
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/58eaf1f8
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/58eaf1f8
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/58eaf1f8

Branch: refs/heads/master
Commit: 58eaf1f89a904e57c043444f5cadda37f2ff4ae8
Parents: e7d5a25
Author: Alex Rodoni <arod...@cloudera.com>
Authored: Fri Jun 8 12:47:09 2018 -0700
Committer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Committed: Mon Jun 18 17:39:15 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_perf_cookbook.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/58eaf1f8/docs/topics/impala_perf_cookbook.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_perf_cookbook.xml 
b/docs/topics/impala_perf_cookbook.xml
index 29b5a13..8a5e603 100644
--- a/docs/topics/impala_perf_cookbook.xml
+++ b/docs/topics/impala_perf_cookbook.xml
@@ -340,9 +340,8 @@ under the License.
         </li>
 
         <li>
-          Do not compress the table data. Compressing the table data will
-          likely cause the data to span more nodes and eliminate skew caused by
-          compression.
+          Do not compress the table data. The uncompressed table data spans 
more
+          nodes and eliminates skew caused by compression.
         </li>
 
         <li>

Reply via email to