[jira] [Updated] (ARROW-5242) [C++] Arrow doesn't compile cleanly with Visual Studio 2017 Update 9 or later due to narrowing

2019-06-04 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-5242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-5242:
--
Labels: pull-request-available  (was: )

> [C++] Arrow doesn't compile cleanly with Visual Studio 2017 Update 9 or later 
> due to narrowing
> --
>
> Key: ARROW-5242
> URL: https://issues.apache.org/jira/browse/ARROW-5242
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Billy Robert O'Neal III
>Assignee: Billy Robert O'Neal III
>Priority: Major
>  Labels: pull-request-available
>
> The std::string constructor call here is narrowing wchar_t to char, which 
> emits warning C4244 on current releases of Visual Studio: 
> [https://github.com/apache/arrow/blob/master/cpp/src/arrow/vendored/datetime/tz.cpp#L205]



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


[jira] [Updated] (ARROW-5242) [C++] Arrow doesn't compile cleanly with Visual Studio 2017 Update 9 or later due to narrowing

2019-05-06 Thread Kouhei Sutou (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-5242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kouhei Sutou updated ARROW-5242:

External issue URL: https://github.com/apache/arrow/pull/4213  (was: 
https://github.com/apache/arrow/pull/4213/files)

> [C++] Arrow doesn't compile cleanly with Visual Studio 2017 Update 9 or later 
> due to narrowing
> --
>
> Key: ARROW-5242
> URL: https://issues.apache.org/jira/browse/ARROW-5242
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Billy Robert O'Neal III
>Priority: Major
>
> The std::string constructor call here is narrowing wchar_t to char, which 
> emits warning C4244 on current releases of Visual Studio: 
> [https://github.com/apache/arrow/blob/master/cpp/src/arrow/vendored/datetime/tz.cpp#L205]



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


[jira] [Updated] (ARROW-5242) [C++] Arrow doesn't compile cleanly with Visual Studio 2017 Update 9 or later due to narrowing

2019-04-30 Thread Wes McKinney (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-5242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-5242:

Summary: [C++] Arrow doesn't compile cleanly with Visual Studio 2017 Update 
9 or later due to narrowing  (was: Arrow doesn't compile cleanly with Visual 
Studio 2017 Update 9 or later due to narrowing)

> [C++] Arrow doesn't compile cleanly with Visual Studio 2017 Update 9 or later 
> due to narrowing
> --
>
> Key: ARROW-5242
> URL: https://issues.apache.org/jira/browse/ARROW-5242
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Billy Robert O'Neal III
>Priority: Major
>
> The std::string constructor call here is narrowing wchar_t to char, which 
> emits warning C4244 on current releases of Visual Studio: 
> [https://github.com/apache/arrow/blob/master/cpp/src/arrow/vendored/datetime/tz.cpp#L205]



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