This is an automated email from the ASF dual-hosted git repository.

michaelsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new d358f6e87 IMPALA-14520: Fix wrong column numbers in document 
impala_workload_mgmt.xml
d358f6e87 is described below

commit d358f6e87e88e2609e1c42d364676fbac74e6ddf
Author: stiga-huang <[email protected]>
AuthorDate: Sat Nov 1 06:20:53 2025 +0800

    IMPALA-14520: Fix wrong column numbers in document impala_workload_mgmt.xml
    
    The tables in the doc actually have 4 columns. This patch fixes the
    wrong properties in the doc which causes tables not showing correctly
    in the PDF.
    
    Tests:
     - Build PDF, plain-html and asf-site-html of the doc.
    
    Change-Id: Ic05d8d963d3791ada6f5a4ac144796b710f9af70
    Reviewed-on: http://gerrit.cloudera.org:8080/23615
    Tested-by: Impala Public Jenkins <[email protected]>
    Reviewed-by: Michael Smith <[email protected]>
    Reviewed-by: Jason Fehr <[email protected]>
---
 docs/topics/impala_workload_mgmt.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/topics/impala_workload_mgmt.xml 
b/docs/topics/impala_workload_mgmt.xml
index 0b557e9cf..1e875dc5e 100644
--- a/docs/topics/impala_workload_mgmt.xml
+++ b/docs/topics/impala_workload_mgmt.xml
@@ -116,7 +116,7 @@ under the License.
       </p>
 
       <table>
-        <tgroup cols="3" rowsep="1" colsep="1">
+        <tgroup cols="4" rowsep="1" colsep="1">
           <colspec colname="1" colwidth = "6*" />
           <colspec colname="1" colwidth = "3*" />
           <colspec colname="1" colwidth = "20*" />
@@ -614,7 +614,7 @@ under the License.
       </p>
 
       <table>
-        <tgroup cols="3" rowsep="1" colsep="1">
+        <tgroup cols="4" rowsep="1" colsep="1">
           <colspec colname="1" colwidth = "10*" />
           <colspec colname="1" colwidth = "5*" />
           <colspec colname="1" colwidth = "5*" />
@@ -768,7 +768,7 @@ under the License.
       </p>
 
       <table>
-        <tgroup cols="3" rowsep="1" colsep="1">
+        <tgroup cols="4" rowsep="1" colsep="1">
           <colspec colname="1" colwidth = "5*" />
           <colspec colname="1" colwidth = "3*" />
           <colspec colname="1" colwidth = "20*" />

Reply via email to