[ 
https://issues.apache.org/jira/browse/PARQUET-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326719#comment-16326719
 ] 

ASF GitHub Bot commented on PARQUET-1086:
-----------------------------------------

wesm closed pull request #428: PARQUET-1086: [C++] Remove usage of 
arrow/util/compiler-util.h
URL: https://github.com/apache/parquet-cpp/pull/428
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/parquet/types.h b/src/parquet/types.h
index a8109449..c1e95986 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"
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [C++] Remove usage of arrow/util/compiler-util.h after 1.3.0 release
> --------------------------------------------------------------------
>
>                 Key: PARQUET-1086
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1086
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Wes McKinney
>            Assignee: Uwe L. Korn
>            Priority: Major
>             Fix For: cpp-1.4.0
>
>
> Follow up to ARROW-1452 so that we do not need to keep this header file around



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to