You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2018/08/23 20:59:01 UTC

[6/6] impala git commit: docs: typo fix in PARQUET_ARRAY_RESOLUTION

docs: typo fix in PARQUET_ARRAY_RESOLUTION

Change-Id: I84fcc3f13215879ea4c5bc9737f5188baeaa5749
Reviewed-on: http://gerrit.cloudera.org:8080/11284
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Alex Rodoni <ar...@cloudera.com>


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

Branch: refs/heads/master
Commit: 6ce7ba29586547515221040b5b19b35e9e36ed16
Parents: d1d07f7
Author: Tim Armstrong <ta...@cloudera.com>
Authored: Tue Aug 21 09:37:26 2018 -0700
Committer: Alex Rodoni <ar...@cloudera.com>
Committed: Thu Aug 23 20:16:30 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/impala/blob/6ce7ba29/docs/topics/impala_parquet_array_resolution.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_parquet_array_resolution.xml b/docs/topics/impala_parquet_array_resolution.xml
index e48555e..7694877 100644
--- a/docs/topics/impala_parquet_array_resolution.xml
+++ b/docs/topics/impala_parquet_array_resolution.xml
@@ -54,7 +54,7 @@ under the License.
       However, there is no reliable metadata within Parquet files to indicate
       which encoding was used. It is even possible to have mixed encodings within
       the same file if there are multiple arrays. The
-      <codeph>PARQUET_ARRAY_RESOLTUTION</codeph> option controls the process of
+      <codeph>PARQUET_ARRAY_RESOLUTION</codeph> option controls the process of
       resolution that is to match every column/field reference from a query to a
       column in the Parquet file.</p>