niyue commented on code in PR #38116: URL: https://github.com/apache/arrow/pull/38116#discussion_r1368790417
########## cpp/src/gandiva/tests/test_util.h: ########## @@ -16,6 +16,7 @@ // under the License. #include <chrono> +#include <filesystem> Review Comment: Good catch. After moving the logic into `test_util.cc`, the header should be moved into `test_util.cc` as well. Fixed. -- 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]
