wangbo commented on a change in pull request #1816: v2 segment support string
encode(#1766)
URL: https://github.com/apache/incubator-doris/pull/1816#discussion_r327685570
##########
File path: be/test/olap/rowset/segment_v2/binary_dict_page_test.cpp
##########
@@ -53,17 +53,17 @@ class BinaryDictPageTest : public testing::Test {
Status status = page_builder.get_dictionary_page(&dict_slice);
ASSERT_TRUE(status.ok());
PageDecoderOptions dict_decoder_options;
- std::shared_ptr<BinaryPlainPageDecoder> dict_page_decoder(
- new BinaryPlainPageDecoder(dict_slice, dict_decoder_options));
+ BinaryPlainPageDecoder* dict_page_decoder = new
BinaryPlainPageDecoder(dict_slice, dict_decoder_options);
Review comment:
👌
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]