|
@@ -359,7 +359,5 @@ TEST(TCommonTest, ModificationLoadedSchema)
|
|
)"""));
|
|
)"""));
|
|
schema.MutableColumns()[0].Type(VT_INT64, true);
|
|
schema.MutableColumns()[0].Type(VT_INT64, true);
|
|
|
|
|
|
- Cerr << NodeToYsonString(schema.ToNode()) << Endl;
|
|
|
|
-
|
|
|
|
ASSERT_EQ(schema.ToNode()[0]["type"].AsString(), "int64");
|
|
ASSERT_EQ(schema.ToNode()[0]["type"].AsString(), "int64");
|
|
}
|
|
}
|