Skip to content

Commit

Permalink
remove stale comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed Dec 16, 2024
1 parent d4ed824 commit db98c2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sink/codec/canal/canal_json_row_event_encoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,6 @@ func TestE2EPartitionTable(t *testing.T) {

decodedEvent, err := decoder.NextRowChangedEvent()
require.NoError(t, err)
// canal-json does not support encode the table id, so it's 0
require.Equal(t, decodedEvent.GetTableID(), event.GetTableID())
require.Equal(t, decodedEvent.TableInfo.TableName.TableID, event.TableInfo.TableName.TableID)
require.Equal(t, decodedEvent.TableInfo.IsPartitionTable(), event.TableInfo.IsPartitionTable())
Expand Down

0 comments on commit db98c2f

Please sign in to comment.