[DOCS] Fix alphabetical ordering of query options

There were 2 DE options out of order amongst the DI
ones:

DEBUG_ACTION
DEFAULT_JOIN_DISTRIBUTION_MODE
DEFAULT_ORDER_BY_LIMIT
DISABLE_CODEGEN
DECIMAL_V2
DEFAULT_SPILLABLE_BUFFER_SIZE

Moved DECIMAL_V2 and DEFAULT_SPILLABLE_BUFFER_SIZE
to the right respective positions.

Change-Id: Ib43d868489c4daaf584e932c19eeb568faf1ebc8
Reviewed-on: http://gerrit.cloudera.org:8080/8265
Reviewed-by: Laurel Hale <[email protected]>
Reviewed-by: John Russell <[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/9ba92394
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/9ba92394
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/9ba92394

Branch: refs/heads/master
Commit: 9ba92394816d033aef10d69d8767b73ce9f68a09
Parents: f2357a2
Author: John Russell <[email protected]>
Authored: Thu Oct 12 10:42:41 2017 -0700
Committer: Impala Public Jenkins <[email protected]>
Committed: Thu Oct 12 20:30:57 2017 +0000

----------------------------------------------------------------------
 docs/impala.ditamap | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/9ba92394/docs/impala.ditamap
----------------------------------------------------------------------
diff --git a/docs/impala.ditamap b/docs/impala.ditamap
index 3dd5137..6fc5f69 100644
--- a/docs/impala.ditamap
+++ b/docs/impala.ditamap
@@ -178,12 +178,12 @@ under the License.
           <topicref rev="2.10.0 IMPALA-3200" 
href="topics/impala_buffer_pool_limit.xml"/>
           <topicref href="topics/impala_compression_codec.xml"/>
           <topicref href="topics/impala_debug_action.xml"/>
+          <topicref rev="2.9.0" href="topics/impala_decimal_v2.xml"/>
           <topicref rev="2.9.0 IMPALA-5381" 
href="topics/impala_default_join_distribution_mode.xml"/>
           <topicref href="topics/impala_default_order_by_limit.xml"/>
+          <topicref rev="2.10.0 IMPALA-3200" 
href="topics/impala_default_spillable_buffer_size.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 rev="2.10.0 IMPALA-3200" 
href="topics/impala_default_spillable_buffer_size.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"/>
@@ -222,8 +222,8 @@ under the License.
           <topicref rev="2.5.0" 
href="topics/impala_runtime_filter_wait_time_ms.xml"/>
           <topicref rev="2.6.0" 
href="topics/impala_s3_skip_insert_staging.xml"/>
           <topicref rev="2.5.0" 
href="topics/impala_scan_node_codegen_threshold.xml"/>
-          <topicref rev="2.8.0 IMPALA-3671" 
href="topics/impala_scratch_limit.xml"/>
           <topicref rev="2.5.0" 
href="topics/impala_schedule_random_replica.xml"/>
+          <topicref rev="2.8.0 IMPALA-3671" 
href="topics/impala_scratch_limit.xml"/>
           <!-- This option is for internal use only and might go away without 
ever being documented. -->
           <!-- <topicref href="topics/impala_seq_compression_mode.xml"/> -->
           <topicref href="topics/impala_support_start_over.xml"/>

Reply via email to