This is an automated email from the ASF dual-hosted git repository.
mrhhsg pushed a commit to branch nested_column_prune
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/nested_column_prune by this
push:
new 4da3edd0274 remove debug log
4da3edd0274 is described below
commit 4da3edd02747b94a977ce09a123337da950f52fb
Author: Hu Shenggang <[email protected]>
AuthorDate: Tue Nov 4 14:28:15 2025 +0800
remove debug log
---
be/src/http/action/debug_point_action.cpp | 3 ---
be/src/olap/rowset/segment_v2/column_reader.cpp | 2 --
2 files changed, 5 deletions(-)
diff --git a/be/src/http/action/debug_point_action.cpp
b/be/src/http/action/debug_point_action.cpp
index 600ae645341..babea96268a 100644
--- a/be/src/http/action/debug_point_action.cpp
+++ b/be/src/http/action/debug_point_action.cpp
@@ -35,13 +35,10 @@ void BaseDebugPointAction::handle(HttpRequest* req) {
"Disable debug points. please check
config::enable_debug_points");
}
std::string result = status.to_json();
- LOG(INFO) << "handle request result:" << result << ", status: " <<
status.to_string();
if (status.ok()) {
- LOG(INFO) << "***** send ok";
HttpChannel::send_reply(req, HttpStatus::OK, result);
} else {
HttpChannel::send_reply(req, HttpStatus::INTERNAL_SERVER_ERROR,
result);
- LOG(INFO) << "***** send error";
}
}
diff --git a/be/src/olap/rowset/segment_v2/column_reader.cpp
b/be/src/olap/rowset/segment_v2/column_reader.cpp
index 83319f66b04..8f551182079 100644
--- a/be/src/olap/rowset/segment_v2/column_reader.cpp
+++ b/be/src/olap/rowset/segment_v2/column_reader.cpp
@@ -946,8 +946,6 @@ Result<TColumnAccessPaths>
ColumnIterator::_get_sub_access_paths(
if (!name_path.data_access_path.path.empty()) {
++it;
} else {
- LOG(INFO) << "********* set _column_name: " << _column_name
- << " need_to_read true **********";
set_need_to_read();
it = sub_access_paths.erase(it);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]