Le 16/12/2020 à 22:58, Sutou Kouhei a écrit :
> Hi,
>
> We require CMake 3.2 or later. Can we require more newer
> CMake? I don't to want to add workaround for CMake 3.2 like
> this:
>
> https://github.com/apache/arrow/blob/master/cpp/cmake_modules/Findre2Alt.cmake#L78-L79
>
> # CMake 3.2 do
I support raising the minimum version.
On Wed, Dec 16, 2020 at 3:59 PM Sutou Kouhei wrote:
> Hi,
>
> We require CMake 3.2 or later. Can we require more newer
> CMake? I don't to want to add workaround for CMake 3.2 like
> this:
>
>
> https://github.com/apache/arrow/blob/master/cpp/cmake_modules/
Hi,
We require CMake 3.2 or later. Can we require more newer
CMake? I don't to want to add workaround for CMake 3.2 like
this:
https://github.com/apache/arrow/blob/master/cpp/cmake_modules/Findre2Alt.cmake#L78-L79
# CMake 3.2 does uppercase the FOUND variable
if(re2Alt_FOUND OR RE2ALT_FOUND)
If the manual protobuf parsing in Java is not compliant with the
Protobuf spec, then I think we should fix that.
On Wed, Dec 16, 2020 at 10:46 AM Eric Erhardt
wrote:
>
> An incompatibility between the .NET and Java flight implementations was
> raised with https://issues.apache.org/jira/browse/AR
An incompatibility between the .NET and Java flight implementations was raised
with https://issues.apache.org/jira/browse/ARROW-10939. From the issue:
From investigation the java client requires the protobuf tags to be
sent in the message even though it is empty. Java code can be seen he
Arrow Build Report for Job nightly-2020-12-16-0
All tasks:
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-12-16-0
Failed Tasks:
- conda-linux-gcc-py36-cpu-r36:
URL:
https://github.com/ursa-labs/crossbow/branches/all?query=nightly-2020-12-16-0-azure-conda-linux-gcc-py3
Thanks! Great news!
On Tue, 15 Dec 2020, 10:22 pm Andrew Lamb, wrote:
> A small addendum: If arrow is used with the `simd` feature then it still
> requires nightly Rust, but it will no longer require nightly Rust by by
> default
>
> On Tue, Dec 15, 2020 at 4:02 PM Andrew Lamb wrote:
>
> > I am