This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit bcba81a1ded82cd010a9383cf4addbc6b223ef5b
Author: Noemi Pap-Takacs <[email protected]>
AuthorDate: Tue Sep 24 16:19:58 2024 +0200

    IMPALA-11663: Update documentation for MT_DOP
    
    The MT_DOP documentation was outdated stating that MT_DOP values
    greater than zero are not supported for DML statements.
    However, IMPALA-10351 introduced this feature and now DML statements
    do not produce an error if MT_DOP is set to a non-zero value.
    
    Change-Id: Id34ccdaa8e1738756f4f12f7074e9f076b9209b4
    Reviewed-on: http://gerrit.cloudera.org:8080/21846
    Tested-by: Impala Public Jenkins <[email protected]>
    Reviewed-by: Daniel Becker <[email protected]>
---
 docs/topics/impala_mt_dop.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/docs/topics/impala_mt_dop.xml b/docs/topics/impala_mt_dop.xml
index 28d1db608..ebaa1007b 100644
--- a/docs/topics/impala_mt_dop.xml
+++ b/docs/topics/impala_mt_dop.xml
@@ -70,13 +70,6 @@ under the License.
             long-running, CPU-intensive queries.
           </p>
         </li>
-        <li>
-          <p>
-            <codeph>DML</codeph> statements. <codeph>MT_DOP</codeph> values 
greater
-            than zero are not currently supported for DML statements. DML 
statements
-            will produce an error if <codeph>MT_DOP</codeph> is set to a 
non-zero value.
-          </p>
-        </li>
         <li>
           <p>
             In <keyword keyref="impala34"/> and earlier, not all 
<codeph>SELECT</codeph>

Reply via email to