We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fad92 commit d6a0c7dCopy full SHA for d6a0c7d
1 file changed
ut/client_ut.cpp
@@ -890,7 +890,7 @@ TEST_P(ClientCase, Query_ID) {
890
" WHERE type = 'QueryStart' AND query_id == '" + query_id +"'",
891
[&total_count](const Block & block) {
892
total_count += block.GetRowCount();
893
- std::cerr << PrettyPrintBlock{block} << std::endl;
+// std::cerr << PrettyPrintBlock{block} << std::endl;
894
});
895
896
// We've executed 5 queries with explicit query_id, hence we expect to see 5 entries in logs.
0 commit comments