You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by we...@apache.org on 2018/01/16 03:31:35 UTC

[parquet-cpp] branch master updated: PARQUET-1086: [C++] Remove usage of arrow/util/compiler-util.h

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

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 8127315  PARQUET-1086: [C++] Remove usage of arrow/util/compiler-util.h
8127315 is described below

commit 8127315063ed8e4f814b3cd0c8ea2726b41b580d
Author: Korn, Uwe <Uw...@blue-yonder.com>
AuthorDate: Mon Jan 15 22:31:31 2018 -0500

    PARQUET-1086: [C++] Remove usage of arrow/util/compiler-util.h
    
    Author: Korn, Uwe <Uw...@blue-yonder.com>
    
    Closes #428 from xhochy/PARQUET-1086 and squashes the following commits:
    
    da7593f [Korn, Uwe] PARQUET-1086: [C++] Remove usage of arrow/util/compiler-util.h
---
 src/parquet/types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parquet/types.h b/src/parquet/types.h
index a810944..c1e9598 100644
--- a/src/parquet/types.h
+++ b/src/parquet/types.h
@@ -25,7 +25,7 @@
 #include <sstream>
 #include <string>
 
-#include "arrow/util/compiler-util.h"
+#include "arrow/util/macros.h"
 
 #include "parquet/util/visibility.h"
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@parquet.apache.org" <co...@parquet.apache.org>'].