westonpace commented on PR #34872:
URL: https://github.com/apache/arrow/pull/34872#issuecomment-1495216235

   > Although, I am curious how did this happen?
   
   `add_function_test` can optionally take in a `SOURCES` argument.  If it does 
not receive one then it defaults to `${REL_TEST_NAME}.cc`.  On the other hand, 
if it does receive one, then it assumes `SOURCES` overrides the default.  The 
PR added `SOURCES` and set it equal to `["test_util_internal.cc"]` when it 
should have been `["${REL_TEST_NAME.cc}", "test_util_internal.cc"]`


-- 
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]

Reply via email to