dataroaring commented on a change in pull request #8733:
URL: https://github.com/apache/incubator-doris/pull/8733#discussion_r838052433



##########
File path: be/src/exprs/expr_context.h
##########
@@ -165,11 +165,6 @@ class ExprContext {
     /// and owned by this ExprContext.
     std::vector<FunctionContext*> _fn_contexts;
 
-    /// Array access to fn_contexts_. Used by ScalarFnCall's codegen'd compute 
function
-    /// to access the correct FunctionContext.
-    /// TODO: revisit this
-    FunctionContext** _fn_contexts_ptr;

Review comment:
       [p](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html)




-- 
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]

Reply via email to