[GitHub] [impala] zhangyifan27 closed pull request #55: IMPALA-12288: Add BUILD_WITH_NO_TESTS option to remove test targets

2023-08-01 Thread via GitHub
zhangyifan27 closed pull request #55: IMPALA-12288: Add BUILD_WITH_NO_TESTS option to remove test targets URL: https://github.com/apache/impala/pull/55 -- 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 t

[GitHub] [impala] MikaelSmith commented on pull request #55: IMPALA-12288: Add BUILD_WITH_NO_TESTS option to remove test targets

2023-08-01 Thread via GitHub
MikaelSmith commented on PR #55: URL: https://github.com/apache/impala/pull/55#issuecomment-1660732919 Hi @zhangyifan27, thanks for your contribution! We don't use pull requests in Apache Impala, we use Gerrit instead: https://gerrit.cloudera.org/. https://cwiki.apache.org/confluence/displa

[GitHub] [impala] zhangyifan27 opened a new pull request, #55: IMPALA-12288: Add BUILD_WITH_NO_TESTS option to remove test targets

2023-08-01 Thread via GitHub
zhangyifan27 opened a new pull request, #55: URL: https://github.com/apache/impala/pull/55 This patch adds a new option 'BUILD_WITH_NO_TESTS' to tell CMake not to generate test targets. The option is set ON when building impala using the command 'buildall.sh -notests'. This should be useful