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 <impala-public-jenkins@cloudera.com>
Reviewed-by: Daniel Becker <daniel.becker@cloudera.com>
This commit is contained in:
Noemi Pap-Takacs
2024-09-24 16:19:58 +02:00
committed by Daniel Becker
parent da9400d63c
commit bcba81a1de

View File

@@ -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>