Repository: impala Updated Branches: refs/heads/master e07fbc1b6 -> 2b6d71fee
[DOCS] Corrected the supported values for parquet_array_resolution Change-Id: Icfc1b7209d0f6b28c814be4149b0bacfebad2356 Reviewed-on: http://gerrit.cloudera.org:8080/10840 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/f20ecadb Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/f20ecadb Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/f20ecadb Branch: refs/heads/master Commit: f20ecadb0598166a747b2d89c479976cd8e9bedb Parents: e07fbc1 Author: Alex Rodoni <[email protected]> Authored: Thu Jun 28 10:13:34 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Mon Jul 2 23:06:52 2018 +0000 ---------------------------------------------------------------------- docs/topics/impala_parquet_array_resolution.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/f20ecadb/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 62c78d2..e48555e 100644 --- a/docs/topics/impala_parquet_array_resolution.xml +++ b/docs/topics/impala_parquet_array_resolution.xml @@ -100,8 +100,9 @@ under the License. </p> <p> - <b>Type:</b> Enum of <codeph>ONE_LEVEL</codeph>, <codeph>TWO_LEVEL</codeph>, - <codeph>THREE_LEVEL</codeph> + <b>Type:</b> Enum of <codeph>TWO_LEVEL</codeph>, + <codeph>TWO_LEVEL_THEN_THREE_LEVEL</codeph>, and + <codeph>THREE_LEVEL</codeph> </p> <p>
