We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4220dfa commit 8f53280Copy full SHA for 8f53280
executor/test/writetest/write_test.go
@@ -2849,7 +2849,6 @@ func TestWriteListColumnsPartitionTable2(t *testing.T) {
2849
tk.MustQuery("select * from t order by id").Check(testkit.Rows())
2850
}
2851
2852
-// TestWriteListColumnsPartitionTable2 test for write list partition when the partition by multi-columns.
2853
func TestWriteListPartitionTableIssue21437(t *testing.T) {
2854
store := testkit.CreateMockStore(t)
2855
tk := testkit.NewTestKit(t, store)
0 commit comments