Gabriel39 commented on code in PR #15980:
URL: https://github.com/apache/doris/pull/15980#discussion_r1071084674


##########
be/src/olap/push_handler.cpp:
##########
@@ -842,9 +833,9 @@ Status PushBrokerReader::init(const Schema* schema, const 
TBrokerScanRange& t_sc
     BaseScanner* scanner = nullptr;
     switch (t_scan_range.ranges[0].format_type) {
     case TFileFormatType::FORMAT_PARQUET:
-        scanner = new ParquetScanner(_runtime_state.get(), _runtime_profile, 
t_scan_range.params,

Review Comment:
   You can remove ParquetScanner from Doris after this.



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