Re: Arrow/C++14

2023-03-24 Thread Arkadiy Vertleyb (BLOOMBERG/ 120 PARK)
Okay, thanks. Sounds we don't need Run-end encoded arrays. Just took release-9.0.0-rc2 and it seems to be fine with c++14. From: dev@arrow.apache.org At: 03/24/23 16:13:59 UTC-4:00To: dev@arrow.apache.org Subject: Re: Arrow/C++14 Yes, we make sure the data is compatible over time,

Re: Arrow/C++14

2023-03-24 Thread Will Jones
mat compatible with today? > > > From: dev@arrow.apache.org At: 03/24/23 15:39:12 UTC-4:00To: > dev@arrow.apache.org > Subject: Re: Arrow/C++14 > > That should be Apache Arrow 9.0.0. It was in Arrow 10 that we mandated C++ > 17. [1][2] > > [1] https://arrow.apache.org/r

Re: Arrow/C++14

2023-03-24 Thread Arkadiy Vertleyb (BLOOMBERG/ 120 PARK)
Thanks Will. Is that version still data-format compatible with today? From: dev@arrow.apache.org At: 03/24/23 15:39:12 UTC-4:00To: dev@arrow.apache.org Subject: Re: Arrow/C++14 That should be Apache Arrow 9.0.0. It was in Arrow 10 that we mandated C++ 17. [1][2] [1] https://arrow.apache.org

Re: Arrow/C++14

2023-03-24 Thread Will Jones
That should be Apache Arrow 9.0.0. It was in Arrow 10 that we mandated C++ 17. [1][2] [1] https://arrow.apache.org/release/10.0.0.html [2] https://issues.apache.org/jira/browse/ARROW-17545 On Fri, Mar 24, 2023 at 12:27 PM Arkadiy Vertleyb (BLOOMBERG/ 120 PARK) < avertl...@bloomberg.net> wrote: >

Arrow/C++14

2023-03-24 Thread Arkadiy Vertleyb (BLOOMBERG/ 120 PARK)
Hi, What is the latest Arrow version that supports C++14 standard? Thank you, Arkadiy