Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion executor/test/writetest/write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2849,7 +2849,6 @@ func TestWriteListColumnsPartitionTable2(t *testing.T) {
tk.MustQuery("select * from t order by id").Check(testkit.Rows())
}

// TestWriteListColumnsPartitionTable2 test for write list partition when the partition by multi-columns.
func TestWriteListPartitionTableIssue21437(t *testing.T) {
store := testkit.CreateMockStore(t)
tk := testkit.NewTestKit(t, store)
Expand Down