You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by tm...@apache.org on 2018/05/30 18:09:39 UTC

[4/5] impala git commit: [DOCS] A typo fix in runtime filtering doc

[DOCS] A typo fix in runtime filtering doc

Change-Id: I43006540ed24c957c9ad2ec54707bb9c678d6fb3
Reviewed-on: http://gerrit.cloudera.org:8080/10544
Reviewed-by: Sailesh Mukil <sa...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


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

Branch: refs/heads/master
Commit: e4c52e31551333af0ef37367a33b5e89b9b74d2f
Parents: aba8fdf
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Wed May 30 09:53:08 2018 -0700
Committer: Impala Public Jenkins <im...@cloudera.com>
Committed: Wed May 30 17:13:35 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_runtime_filtering.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/e4c52e31/docs/topics/impala_runtime_filtering.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_runtime_filtering.xml b/docs/topics/impala_runtime_filtering.xml
index ae0f1b4..05c3743 100644
--- a/docs/topics/impala_runtime_filtering.xml
+++ b/docs/topics/impala_runtime_filtering.xml
@@ -166,7 +166,7 @@ under the License.
     <conbody>
       <p>
         The <term>filter</term> that is transmitted between plan fragments is essentially a list
-        of values for join key columns. When this list is values is transmitted in time to a scan node,
+        of values for join key columns. When this list of values is transmitted in time to a scan node,
         Impala can filter out non-matching values immediately after reading them, rather than transmitting
         the raw data to another host to compare against the in-memory hash table on that host.
       </p>