niyue commented on code in PR #38116:
URL: https://github.com/apache/arrow/pull/38116#discussion_r1367914976
##########
cpp/src/gandiva/tests/test_util.h:
##########
@@ -101,4 +103,16 @@ static inline std::shared_ptr<Configuration>
TestConfiguration() {
return builder.DefaultConfiguration();
}
+#ifndef GANDIVA_EXTENSION_TEST_DIR
+#define GANDIVA_EXTENSION_TEST_DIR "."
+#endif
+
+static inline Status LoadTestLLVMIR() {
Review Comment:
Fixed. I added a `test_util.cc` file, and since previously all gandiva
projector tests are added via `add-gandiva-test` function and no additional
test common files is ever used, I changed the gandiva/tests/CMakeLists.txt as
well.
--
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]