anthonylouisbsb commented on a change in pull request #10350:
URL: https://github.com/apache/arrow/pull/10350#discussion_r671183835
##########
File path: cpp/src/gandiva/gdv_function_stubs_test.cc
##########
@@ -20,10 +20,19 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>
+#include <cmath>
+
#include "gandiva/execution_context.h"
namespace gandiva {
+static const double DEFAULT_THRESHOLD = 0.00005;
Review comment:
I will change the method to use the `FLT_EPSILON` from the macro
--
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]