csun5285 commented on code in PR #66472:
URL: https://github.com/apache/doris/pull/66472#discussion_r3747598200
##########
be/src/exec/scan/olap_scanner.cpp:
##########
@@ -275,15 +278,14 @@ Status OlapScanner::_prepare_impl() {
}
// Initialize tablet_reader_params
- RETURN_IF_ERROR(_init_tablet_reader_params(
-
local_state->_parent->cast<OlapScanOperatorX>()._slot_id_to_slot_desc,
_key_ranges,
- local_state->_slot_id_to_predicates,
local_state->_push_down_functions));
+ RETURN_IF_ERROR(_init_tablet_reader_params(_key_ranges,
local_state->_slot_id_to_predicates,
+
local_state->_push_down_functions));
}
- // add read columns in profile
+ // Add the read schema in profile.
if (_state->enable_profile()) {
- _profile->add_info_string("ReadColumns",
- read_columns_to_string(tablet_schema,
_return_columns));
+ _profile->add_info_string("ReadSchema",
Review Comment:
ok
--
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]