Kafka/Avro: truncated columns not handled correctly #8096
Labels
affects-8.1
area/ticdc
Issues or PRs related to TiCDC.
may-affects-5.4
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
severity/major
type/bug
The issue is confirmed as a bug.
What did you do?
Setup
TiUP Playground with TiCDC
Kafka
Changefeed
Consumer
Table
Test
And from the consumer:
What did you expect to see?
The same truncated data in the table and in the consumer
What did you see instead?
Table data is truncated, but the data in the consumer is not
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):Upstream TiKV version (execute
tikv-server --version
):TiCDC version (execute
cdc version
):The text was updated successfully, but these errors were encountered: