Repository: incubator-impala Updated Branches: refs/heads/master 8146532b6 -> 924ddc6e9
[DOCS] Add placeholder for DECIMAL_V2 query option Currently unsupported, so the topic doesn't go into detail about behavior. Change-Id: I7a3bbd0d56da548d8d42e8ef3b71f2c014bc822d Reviewed-on: http://gerrit.cloudera.org:8080/6596 Reviewed-by: Greg Rahn <[email protected]> Reviewed-by: Dan Hecht <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/924ddc6e Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/924ddc6e Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/924ddc6e Branch: refs/heads/master Commit: 924ddc6e935aa6e6d2a07c4926cbb26ea0df0b4e Parents: 8146532 Author: John Russell <[email protected]> Authored: Fri Apr 7 16:09:59 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Apr 11 20:59:04 2017 +0000 ---------------------------------------------------------------------- docs/impala.ditamap | 1 + docs/topics/impala_decimal_v2.xml | 50 ++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/924ddc6e/docs/impala.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala.ditamap b/docs/impala.ditamap index b5d1a71..3985dcf 100644 --- a/docs/impala.ditamap +++ b/docs/impala.ditamap @@ -179,6 +179,7 @@ under the License. <topicref href="topics/impala_default_order_by_limit.xml"/> <topicref audience="hidden" href="topics/impala_disable_cached_reads.xml"/> <topicref href="topics/impala_disable_codegen.xml"/> + <topicref rev="2.9.0" href="topics/impala_decimal_v2.xml"/> <topicref audience="hidden" href="topics/impala_disable_outermost_topn.xml"/> <topicref rev="2.5.0" href="topics/impala_disable_row_runtime_filtering.xml"/> <topicref rev="2.5.0" href="topics/impala_disable_streaming_preaggregations.xml"/> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/924ddc6e/docs/topics/impala_decimal_v2.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_decimal_v2.xml b/docs/topics/impala_decimal_v2.xml new file mode 100644 index 0000000..a8c1d3f --- /dev/null +++ b/docs/topics/impala_decimal_v2.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> +<concept id="decimal_v2" rev="2.9.0"> + + <title>DECIMAL_V2 Query Option</title> + <titlealts audience="PDF"><navtitle>DECIMAL_V2</navtitle></titlealts> + <prolog> + <metadata> + <data name="Category" value="Impala"/> + <data name="Category" value="Impala Query Options"/> + </metadata> + </prolog> + + <conbody> + + <p> + A query option that changes behavior related to the <codeph>DECIMAL</codeph> + data type. + </p> + + <note type="important"> + <p> + This query option is currently unsupported. + Its precise behavior is currently undefined and might change + in the future. + </p> + </note> + + <p conref="../shared/impala_common.xml#common/type_boolean"/> + <p conref="../shared/impala_common.xml#common/default_false_0"/> + </conbody> +</concept>
