[
https://issues.apache.org/jira/browse/ARROW-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Markus Silberstein Hont updated ARROW-11642:
--------------------------------------------
Labels: pull (was: )
> [C++][Python] Incorrect preprocessor directive for Windows
> ----------------------------------------------------------
>
> Key: ARROW-11642
> URL: https://issues.apache.org/jira/browse/ARROW-11642
> Project: Apache Arrow
> Issue Type: Bug
> Reporter: Markus Silberstein Hont
> Priority: Critical
> Labels: pull
>
> In the HDFS connector library, there are per-platform preprocessor directives
> to determine which libjvm and libhdfs binaries to use for file operations.
> This is currently (3.0.0) failing due to an incorrect preprocessor directive
> for Windows. The code is referring to "__WIN32" while the properly defined
> variable should be "_WIN32" (seeĀ
> https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-160)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)