mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
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 <impala-public-jenkins@cloudera.com> Reviewed-by: Michael Smith <michael.smith@cloudera.com> Reviewed-by: Jason Fehr <jfehr@cloudera.com>
This commit is contained in:
committed by
Michael Smith
parent
599b89306d
commit
d358f6e87e
@@ -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*" />
|
||||
|
||||
Reference in New Issue
Block a user