From 98a249f888cbc144c84a7aced68d2297b2d3cf4a 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 417bcdca81e66..7a003ca05ae17 100644 --- a/ticdc/ticdc-changefeed-config.md +++ b/ticdc/ticdc-changefeed-config.md @@ -160,11 +160,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 `,`.