wangbo commented on a change in pull request #6270:
URL: https://github.com/apache/incubator-doris/pull/6270#discussion_r688193553



##########
File path: be/src/olap/push_handler.h
##########
@@ -190,6 +190,7 @@ class PushBrokerReader {
     OLAPStatus init(const Schema* schema, const TBrokerScanRange& t_scan_range,
                     const TDescriptorTable& t_desc_tbl);
     OLAPStatus next(ContiguousRow* row);
+    OLAPStatus fill_field_row(RowCursorCell* dst, const char* src,bool 
src_null, MemPool* mem_pool, FieldType type);

Review comment:
       may ```private ``` is enough?




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to