You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Riza Suminto (Jira)" <ji...@apache.org> on 2022/05/31 21:33:00 UTC

[jira] [Created] (IMPALA-11328) Mistmatch on max_errors documentation

Riza Suminto created IMPALA-11328:
-------------------------------------

             Summary: Mistmatch on max_errors documentation
                 Key: IMPALA-11328
                 URL: https://issues.apache.org/jira/browse/IMPALA-11328
             Project: IMPALA
          Issue Type: Documentation
          Components: Docs
    Affects Versions: Impala 4.0.0
            Reporter: Riza Suminto


The doc mention that max_errors default to 1000.

[https://github.com/apache/impala/blob/62683e0ebb78902e142975971c93b8fa011fb632/docs/topics/impala_max_errors.xml#L55]

 

But the code actually default to 100.

[https://github.com/apache/impala/blob/62683e0ebb78902e142975971c93b8fa011fb632/be/src/runtime/query-state.cc#L125] 
[https://github.com/apache/impala/blob/62683e0ebb78902e142975971c93b8fa011fb632/common/thrift/Query.thrift#L134] 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)