[FEAT MERGE] [PATCH] serverless_opt

This commit is contained in:
obdev
2024-11-23 18:14:56 +00:00
committed by ob-robot
parent 2f11aaf7c8
commit c141972115
387 changed files with 4443 additions and 2193 deletions

View File

@ -77,7 +77,8 @@ TEST_F(TestLocationPartitionId, calc_part_id_by_rowkeys)
memset(buf, 0, BUF_LEN);
of_result << "----------------Case" << case_num <<" start----------------" << std::endl;
of_result << "rowkey json"<< ": " << total_line << std::endl;
of_result << "part_ids: " << to_cstring(part_ids) << std::endl;
ObCStringHelper helper;
of_result << "part_ids: " << helper.convert(part_ids) << std::endl;
rowkey_lists.to_string(buf, BUF_LEN);
of_result << "rowkey_lists: " << buf << std::endl;
of_result << "----------------Case" << case_num <<" end----------------" << std::endl;