From 63771d480c1ea7373cf1b6d67a764013cd417095 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Fri, 3 Mar 2023 14:29:35 +0900 Subject: [PATCH] Replace `v6.6.6` with `v6.6.0` Follow-up https://github.com/pingcap/docs/pull/12387 The Chinese version one looks correct https://github.com/pingcap/docs-cn/pull/12921 --- explain-mpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explain-mpp.md b/explain-mpp.md index 292b6236f43f4..3a10d13c5c535 100644 --- a/explain-mpp.md +++ b/explain-mpp.md @@ -173,7 +173,7 @@ Compared to the output of `EXPLAIN`, the `operator info` column of the operator ## MPP version and exchange data compression -Starting from v6.6.6, the new fields `MPPVersion` and `Compression` are added to the MPP execution plan. +Starting from v6.6.0, the new fields `MPPVersion` and `Compression` are added to the MPP execution plan. - `MppVersion`: The version number of the MPP execution plan, which can be set through the system variable [`mpp_version`](/system-variables.md#mpp_version-new-in-v660). - `Compression`: The data compression mode of the `Exchange` operator, which can be set through the system variable [`mpp_exchange_compression_mode`](/system-variables.md#mpp_exchange_compression_mode-new-in-v660). If data compression is not enabled, this field is not displayed in the execution plan.