Skip to content

Commit

Permalink
IMPALA-11426: [DOCS] Fix quotes not paired in doc 'impala_alter_table…
Browse files Browse the repository at this point in the history
….xml'

Change-Id: Ic29292cd3c6247fbf7c604d0618e5fbae53b2f01
Reviewed-on: http://gerrit.cloudera.org:8080/18723
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
  • Loading branch information
yx91490 authored and Impala Public Jenkins committed Jul 17, 2022
1 parent e1fea84 commit d029ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/impala_alter_table.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ALTER TABLE <varname>name</varname> [PARTITION (<varname>partition_spec</varname
| SERDEPROPERTIES (<varname>serde_properties</varname>) }

<ph rev="2.6.0 IMPALA-3369">ALTER TABLE <varname>name</varname> <varname>colname</varname>
('<varname>statsKey</varname>'='<varname>val</varname>, ...)
('<varname>statsKey</varname>'='<varname>val</varname>', ...)

statsKey ::= numDVs | numNulls | avgSize | maxSize</ph>

Expand Down Expand Up @@ -1096,7 +1096,7 @@ alter table sales_data add partition (zipcode = cast(9021 * 10 as string));</cod
the metastore database that Impala uses to refer to the table. To change which
underlying Kudu table is associated with an Impala table name, you must change the
<codeph>TBLPROPERTIES</codeph> property of the table: <codeph>SET
TBLPROPERTIES('kudu.table_name'='<varname>kudu_tbl_name</varname>)</codeph>. You can
TBLPROPERTIES('kudu.table_name'='<varname>kudu_tbl_name</varname>')</codeph>. You can
only change underlying Kudu tables for the external tables.
</li>
</ul>
Expand Down

0 comments on commit d029ae5

Please sign in to comment.