You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/04/03 21:35:49 UTC

[GitHub] [arrow] westonpace opened a new issue, #34871: [C++] Dataset tests not running with Acero refactor

westonpace opened a new issue, #34871:
URL: https://github.com/apache/arrow/issues/34871

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The change appears to be due to a change to `ADD_ARROW_DATASET_TEST`:
   
   ```
     add_arrow_test(${REL_TEST_NAME}
                    EXTRA_LINK_LIBS
                    ${ARROW_DATASET_TEST_LINK_LIBS}
                    PREFIX
                    ${PREFIX}
                    SOURCES # This is new
                    test_util_internal.cc # This is new
                    LABELS
                    ${LABELS}
                    ${ARG_UNPARSED_ARGUMENTS})
   ```
   
   If `SOURCES` is specified then the implicit `${REL_TEST_NAME}.cc` is not added.  As a result, all it is compiling is `test_util_internal.cc` and no tests are discovered.
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #34871: [C++] Dataset tests not running with Acero refactor

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #34871: [C++] Dataset tests not running with Acero refactor
URL: https://github.com/apache/arrow/issues/34871


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org