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
commit 90b2a38f020d6e1906f7c16b5aeac2da78e07131 Author: m-sanjana19 <[email protected]> AuthorDate: Mon Jan 5 10:56:00 2026 +0530 IMPALA-14636: [DOCS] Typo correction for OPTIMIZE_PARTITION_KEY_SCANS documentation Change-Id: I81a9e9d8c67589b1e2ac2d6c7bb00a391df1ba92 Reviewed-on: http://gerrit.cloudera.org:8080/23824 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Zoltan Borok-Nagy <[email protected]> --- docs/topics/impala_optimize_partition_key_scans.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/impala_optimize_partition_key_scans.xml b/docs/topics/impala_optimize_partition_key_scans.xml index 287a55c2c..15f435f42 100644 --- a/docs/topics/impala_optimize_partition_key_scans.xml +++ b/docs/topics/impala_optimize_partition_key_scans.xml @@ -65,7 +65,7 @@ under the License. <ul> <li> <p> - Within a <codeph>MAX()</codeph> or <codeph>MAX()</codeph> + Within a <codeph>MIN()</codeph> or <codeph>MAX()</codeph> aggregate function or as the argument of any aggregate function with the <codeph>DISTINCT</codeph> keyword applied. </p>
