morningman commented on code in PR #46460:
URL: https://github.com/apache/doris/pull/46460#discussion_r1914207029
##########
be/src/vec/exec/scan/new_jdbc_scanner.cpp:
##########
@@ -164,7 +164,11 @@ void NewJdbcScanner::_init_profile(const
std::shared_ptr<RuntimeProfile>& profil
_check_type_timer = ADD_TIMER(profile, "CheckTypeTime");
_get_data_timer = ADD_TIMER(profile, "GetDataTime");
_get_block_address_timer = ADD_CHILD_TIMER(profile, "GetBlockAddressTime",
"GetDataTime");
Review Comment:
Change `GetBlockAddressTime` to `ReadAndFillVectorTableTime`
--
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]