You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2019/03/05 19:10:26 UTC

[arrow] branch master updated: ARROW-4758: [C++][Flight] Fix intermittent build failure

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

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new dd3ba0c  ARROW-4758: [C++][Flight] Fix intermittent build failure
dd3ba0c is described below

commit dd3ba0c1f63f94415ac2886c28f9b880f1116764
Author: Pindikura Ravindra <ra...@dremio.com>
AuthorDate: Tue Mar 5 20:09:50 2019 +0100

    ARROW-4758: [C++][Flight] Fix intermittent build failure
    
    Author: Pindikura Ravindra <ra...@dremio.com>
    
    Closes #3803 from pravindra/flight and squashes the following commits:
    
    a20c3468 <Pindikura Ravindra> switch dep to metadata_fbs
    f1a07ba7 <Pindikura Ravindra> ARROW-4758:  Fix intermittent build failure
---
 cpp/src/arrow/flight/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpp/src/arrow/flight/CMakeLists.txt b/cpp/src/arrow/flight/CMakeLists.txt
index 6f44c01..8bd23e5 100644
--- a/cpp/src/arrow/flight/CMakeLists.txt
+++ b/cpp/src/arrow/flight/CMakeLists.txt
@@ -77,6 +77,7 @@ add_arrow_lib(arrow_flight
               ${ARROW_FLIGHT_SRCS}
               DEPENDENCIES
               flight_grpc_gen
+              metadata_fbs
               SHARED_LINK_LIBS
               arrow_shared
               ${ARROW_FLIGHT_STATIC_LINK_LIBS}