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

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

Ben Kietzman created ARROW-14070:
------------------------------------

             Summary: [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
             Fix For: 6.0.0


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)