projjal commented on a change in pull request #11193:
URL: https://github.com/apache/arrow/pull/11193#discussion_r731941082
##########
File path: cpp/src/gandiva/tests/filter_test.cc
##########
@@ -29,7 +29,11 @@ using arrow::int32;
class TestFilter : public ::testing::Test {
public:
- void SetUp() { pool_ = arrow::default_memory_pool(); }
+ void SetUp() {
+ pool_ = arrow::default_memory_pool();
+ // Setup arrow log severity threshold to debug level.
+ arrow::util::ArrowLog::StartArrowLog("",
arrow::util::ArrowLogLevel::ARROW_DEBUG);
Review comment:
no. its fine.
--
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]