This is an automated email from the ASF dual-hosted git repository.
jasonmfehr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/master by this push:
new 8053a68f3 IMPALA-14286: Fix RETRY_FAILED_QUERIES Default Value
8053a68f3 is described below
commit 8053a68f3940e1c5c2533d0e263fb039ed91277b
Author: jfehr <[email protected]>
AuthorDate: Tue Aug 12 14:37:55 2025 -0700
IMPALA-14286: Fix RETRY_FAILED_QUERIES Default Value
The Impala documentation lists true as the default value for the
RETRY_FAILED_QUERIES query option. However, the actual default value
is false.
Fixes the documentation to reflect the correct default value.
Change-Id: I88522f7195262fad9365feb18e703546c7b651be
Reviewed-on: http://gerrit.cloudera.org:8080/23288
Reviewed-by: Jason Fehr <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
docs/topics/impala_retry_failed_queries.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/topics/impala_retry_failed_queries.xml
b/docs/topics/impala_retry_failed_queries.xml
index 52a9336b3..1ffdd83f1 100644
--- a/docs/topics/impala_retry_failed_queries.xml
+++ b/docs/topics/impala_retry_failed_queries.xml
@@ -50,7 +50,7 @@ under the License.
<p><b>Type:</b>
<codeph>BOOLEAN</codeph></p>
<p><b>Default:</b>
- <codeph>TRUE</codeph></p>
+ <codeph>FALSE</codeph></p>
<p><b>Added in:</b>
<keyword keyref="impala40"/></p>
<p><b>Related information:</b>