You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/22 15:41:00 UTC

[jira] [Updated] (ARROW-14070) [C++][CI] Remove support for VisualStudio 2015

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

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

> [C++][CI] Remove support for VisualStudio 2015
> ----------------------------------------------
>
>                 Key: ARROW-14070
>                 URL: https://issues.apache.org/jira/browse/ARROW-14070
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++, Continuous Integration
>            Reporter: Ben Kietzman
>            Assignee: Ben Kietzman
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 6.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> MSVC 19.0 is buggy enough that I for one have spent multiple days
> reworking code that is fine for all other compilers we test against.
> Most recently in the context of https://github.com/apache/arrow/pull/10793
> (ARROW-13482) I found that for some types T,
> `std::is_convertible<T, T>::value` will be false. This necessitated the
> following
> (very hacky) workaround:
> https://github.com/apache/arrow/pull/10793/commits/c44be29686af6fab2132097aa3cbd430d6ac71fe
> See mailing list discussion here: https://lists.apache.org/thread.html/rff3d8e837aee2964b49733b39a34cffef7c5438dbf2e5c929e878fdf%40%3Cdev.arrow.apache.org%3E



--
This message was sent by Atlassian Jira
(v8.3.4#803005)