Skip to content

Commit 209a8c6

Browse files
committed
fix
1 parent 44e6cff commit 209a8c6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

be/src/olap/rowset/segment_v2/segment_iterator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2363,8 +2363,6 @@ Status SegmentIterator::next_batch(vectorized::Block* block) {
23632363

23642364
RETURN_IF_ERROR(block->check_type_and_column());
23652365

2366-
LOG(INFO) << "block data: " << block->dump_data();
2367-
23682366
return Status::OK();
23692367
});
23702368
}();

regression-test/data/variant_p0/doc_snapshot/load.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
[123]
213213

214214
-- !sql_25 --
215-
50000 54999.99999997824 6150000
215+
50000 55000.00000000863 6150000
216216

217217
-- !sql_26 --
218218
5000
@@ -336,6 +336,6 @@ kaana
336336
2 {"b":11}
337337

338338
-- !sql --
339-
{"doc_snapshot":"map"}
339+
{"__DORIS_VARIANT_DOC_SNAPSHOT__":"map"}
340340
\N
341341

regression-test/data/variant_p0/doc_snapshot/predefine/variant_with_mow.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
944935237 2 1 1 true 1741682404960657985 1741682404960657985 0 {"a":34,"b":"44","c":54,"d":64,"e":74,"f":84,"g":94,"h":104,"i":114,"j":124}
1818

1919
-- !sql --
20-
{"doc_snapshot":"map"}
20+
{"__DORIS_VARIANT_DOC_SNAPSHOT__":"map"}
2121

0 commit comments

Comments
 (0)