You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/08/23 07:01:29 UTC

[orc] branch branch-1.6 updated: ORC-963: Build benchmark module always for integration testing (#878)

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new 65e5d39  ORC-963: Build benchmark module always for integration testing (#878)
65e5d39 is described below

commit 65e5d39a9af66ec7fdc09fd832027dac5d481f3a
Author: William Hyun <wi...@apache.org>
AuthorDate: Sun Aug 22 23:53:34 2021 -0700

    ORC-963: Build benchmark module always for integration testing (#878)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to build the `benchmark` module always for integration testing.
    
    ### Why are the changes needed?
    
    Since we always run the integration tests, we need to build the `benchmark` module. Otherwise, those tests will fail when we run manually without any configurations.
    
    ### How was this patch tested?
    Manually.
    
    (cherry picked from commit 82ade35575f9a5ce8ec1d0fb83cade3d59fda8e3)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit dfec456603582d1138ccff2e5ce7d5127d1c927d)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt
index f88b14e..7f7b7a4 100644
--- a/java/CMakeLists.txt
+++ b/java/CMakeLists.txt
@@ -34,7 +34,7 @@ set(ORC_JARS
 if (ANALYZE_JAVA)
   set(JAVA_PROFILE "-Pcmake,analyze,benchmark")
 else()
-  set(JAVA_PROFILE "-Pcmake")
+  set(JAVA_PROFILE "-Pcmake,benchmark")
 endif()
 
 add_custom_command(