This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch branch-4.4.1 in repository https://gitbox.apache.org/repos/asf/impala.git
commit b3c964b57363ca8dc1527433adfedb1fb6aa9c59 Author: m-sanjana19 <[email protected]> AuthorDate: Fri May 10 16:06:51 2024 +0530 IMPALA-11328: [DOCS] Fix incorrect default value for max_errors Change-Id: I442cd3ff51520c12376a13d7c78565542793d908 Reviewed-on: http://gerrit.cloudera.org:8080/21419 Reviewed-by: Quanlong Huang <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- docs/topics/impala_max_errors.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/impala_max_errors.xml b/docs/topics/impala_max_errors.xml index ba4fdf8e7..c9f4d9445 100644 --- a/docs/topics/impala_max_errors.xml +++ b/docs/topics/impala_max_errors.xml @@ -39,7 +39,7 @@ under the License. <indexterm audience="hidden">MAX_ERRORS query option</indexterm> Maximum number of non-fatal errors for any particular query that are recorded in the Impala log file. For example, if a billion-row table had a non-fatal data error in every row, you could diagnose the problem - without all billion errors being logged. Unspecified or 0 indicates the built-in default value of 1000. + without all billion errors being logged. Unspecified or 0 indicates the built-in default value of 100. </p> <p> @@ -52,7 +52,7 @@ under the License. </p> <p> - <b>Default:</b> 0 (meaning 1000 errors) + <b>Default:</b> 0 (meaning 100 errors) </p> <p conref="../shared/impala_common.xml#common/related_info"/>
