niyue commented on code in PR #38116:
URL: https://github.com/apache/arrow/pull/38116#discussion_r1381128682


##########
cpp/src/gandiva/tree_expr_test.cc:
##########
@@ -45,7 +45,7 @@ class TestExprTree : public ::testing::Test {
   FieldPtr i1_;  // int32
 
   FieldPtr b0_;  // bool
-  FunctionRegistry registry_;
+  FunctionRegistry& registry_ = *gandiva::default_function_registry();

Review Comment:
   Sure. Updated.



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

Reply via email to