This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new d252afd6496 branch-3.0: [enhance](orc) Printf OrcReader SearchArgument
in profile (#52438)
d252afd6496 is described below
commit d252afd649630e6fcaacd86cbdea812ce7dd89a4
Author: Socrates <[email protected]>
AuthorDate: Mon Jun 30 10:36:54 2025 +0800
branch-3.0: [enhance](orc) Printf OrcReader SearchArgument in profile
(#52438)
Printf OrcReader SearchArgument in profile
---
be/src/vec/exec/format/orc/vorc_reader.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/be/src/vec/exec/format/orc/vorc_reader.cpp
b/be/src/vec/exec/format/orc/vorc_reader.cpp
index 891ec81e992..c7b4467f679 100644
--- a/be/src/vec/exec/format/orc/vorc_reader.cpp
+++ b/be/src/vec/exec/format/orc/vorc_reader.cpp
@@ -742,6 +742,7 @@ bool OrcReader::_init_search_argument(
std::unique_ptr<orc::SearchArgumentBuilder> builder =
orc::SearchArgumentFactory::newBuilder();
if (build_search_argument(predicates, 0, builder)) {
std::unique_ptr<orc::SearchArgument> sargs = builder->build();
+ _profile->add_info_string("OrcReader SearchArgument: ",
sargs->toString());
_row_reader_options.searchArgument(std::move(sargs));
return true;
} else {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]