Browse Source

Intermediate changes
commit_hash:918a0dcec668a251cd29324dc517406ad3be67ec

robot-piglet 5 months ago
parent
commit
e2d4e77967
1 changed files with 0 additions and 2 deletions
  1. 0 2
      yt/cpp/mapreduce/interface/ut/common_ut.cpp

+ 0 - 2
yt/cpp/mapreduce/interface/ut/common_ut.cpp

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