HappenLee commented on code in PR #54276:
URL: https://github.com/apache/doris/pull/54276#discussion_r2282091322
##########
be/src/vec/functions/array/function_array_element.h:
##########
@@ -279,7 +279,7 @@ class FunctionArrayElement : public IFunction {
const auto& offsets = map_column.get_offsets();
const size_t rows = offsets.size();
-
+ LOG_INFO("execute map element_at, rows: {}", rows);
Review Comment:
remove the debug code log
--
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]