From 4cb9345eafaba29f0bd851c366105309a9f3e4fd Mon Sep 17 00:00:00 2001 From: Aolin Date: Wed, 7 Jun 2023 16:03:48 +0800 Subject: [PATCH] ticdc: remove only-output-updated-columns from v7.0 and earlier versions Signed-off-by: Aolin --- ticdc/ticdc-changefeed-config.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ticdc/ticdc-changefeed-config.md b/ticdc/ticdc-changefeed-config.md index 45f8fdc49dbd2..2df535f917a64 100644 --- a/ticdc/ticdc-changefeed-config.md +++ b/ticdc/ticdc-changefeed-config.md @@ -158,11 +158,6 @@ enable-partition-separator = false # The default value is false. # enable-kafka-sink-v2 = false -# Specifies whether to only output the updated columns. -# Note: This configuration item only applies to the MQ downstream using the open-protocol and canal-json. -# The default value is false. -# only-output-updated-columns = false - # Since v6.5.0, TiCDC supports saving data changes to storage services in CSV format. Ignore the following configurations if you replicate data to MQ or MySQL sinks. [sink.csv] # The character used to separate fields in the CSV file. The value must be an ASCII character and defaults to `,`.