We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5e4ae commit edf8540Copy full SHA for edf8540
ydb/core/kqp/ut/scheme/kqp_scheme_ut.cpp
@@ -8963,11 +8963,11 @@ Y_UNIT_TEST_SUITE(KqpOlapScheme) {
8963
};
8964
TTestHelper::TColumnTableStore testTableStore;
8965
testTableStore.SetName("/Root/TableStoreTest").SetPrimaryKey({"id"}).SetSchema(schema);
8966
- testHelper.CreateTable(testTableStore, EStatus::SUCCESS);
+ testHelper.CreateTable(testTableStore, EStatus::SCHEME_ERROR);
8967
8968
TTestHelper::TColumnTable testTable;
8969
testTable.SetName("/Root/ColumnTableTest").SetPrimaryKey({"id"}).SetSchema(schema);
8970
- testHelper.CreateTable(testTable, EStatus::SUCCESS);
+ testHelper.CreateTable(testTable, EStatus::SCHEME_ERROR);
8971
}
8972
8973
Y_UNIT_TEST(DropColumnAfterInsert) {
0 commit comments