This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 4ff88a013ee5e9409edb8ba11ab0cff92e86ef45 Author: Fang-Yu Rao <[email protected]> AuthorDate: Mon Feb 24 17:48:39 2025 -0800 IMPALA-13201 (Addendum): Fix a typo in impala_admission_config.xml This patch fixes a typo in impala_admission_config.xml so the document could be correctly produced. Testing: - Manually verified that the document impala.pdf could be produced under the folder "docs/build" after we executed "make" under the folder "docs". Change-Id: I79a6a1a4917b09c4c3dc60a3e1c8d37bc8066f1c Reviewed-on: http://gerrit.cloudera.org:8080/22539 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- docs/topics/impala_admission_config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/impala_admission_config.xml b/docs/topics/impala_admission_config.xml index c3c686d85..6bdcebb9a 100644 --- a/docs/topics/impala_admission_config.xml +++ b/docs/topics/impala_admission_config.xml @@ -199,7 +199,7 @@ impala.admission-control.pool-queue-timeout-ms.<varname>queue_name</varname></ph queries may be automatically routed to the request pool. For example, if the coordinator is configured with <codeph>--expected_executor_group_sets=prefix1:10</codeph>, then an only coordinators - request pool named <codeph>prefix1-onlycoords<codeph> will potentially have + request pool named <codeph>prefix1-onlycoords</codeph> will potentially have queries routed to it. </p>
