augustoasilva commented on a change in pull request #11193:
URL: https://github.com/apache/arrow/pull/11193#discussion_r713837690
##########
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:
Not required, just useful to debug the cache system using the tests'
files. Do you want me to remove it?
--
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]