>
> I have a concern, though. Four other languages (Java would be five) check
> in the generated flatbuffers code, and it appears (based on a quick scan of
> Git logs) that this is done manually. Is there a danger that the binary
> format could change, but some language might get forgotten, and thu
I'm happy to check in the generated Java source. I would also update the Java
build info to reflect this change and document how to regenerate the source as
needed.
I have a concern, though. Four other languages (Java would be five) check in
the generated flatbuffers code, and it appears (based
+1 (non-binding)
On Tue, Mar 23, 2021 at 4:40 PM Eric Burden wrote:
> +1
>
> On Tue, Mar 23, 2021 at 7:18 AM Francois Saint-Jacques <
> fsaintjacq...@gmail.com> wrote:
>
> > +1
> >
> > On Mon, Mar 22, 2021 at 8:33 AM Andrew Lamb
> wrote:
> > >
> > > +1
> > >
> > > On Sun, Mar 21, 2021 at 7:08 P
+1
On Tue, Mar 23, 2021 at 7:18 AM Francois Saint-Jacques <
fsaintjacq...@gmail.com> wrote:
> +1
>
> On Mon, Mar 22, 2021 at 8:33 AM Andrew Lamb wrote:
> >
> > +1
> >
> > On Sun, Mar 21, 2021 at 7:08 PM paddy horan
> wrote:
> >
> > > +1 (non-binding)
> > >
> > >
> > > __
+1
On Mon, Mar 22, 2021 at 8:33 AM Andrew Lamb wrote:
>
> +1
>
> On Sun, Mar 21, 2021 at 7:08 PM paddy horan wrote:
>
> > +1 (non-binding)
> >
> >
> >
> > From: Sutou Kouhei
> > Sent: Sunday, March 21, 2021 4:34:43 PM
> > To: dev@arrow.apache.org
> > Subject: R
Arrow Build Report for Job nightly-2021-03-23-0
All tasks:
https://github.com/ursacomputing/crossbow/branches/all?query=nightly-2021-03-23-0
Failed Tasks:
- conda-linux-gcc-py37-aarch64:
URL:
https://github.com/ursacomputing/crossbow/branches/all?query=nightly-2021-03-23-0-drone-conda-linux
Hi Vibhatha,
The APIs exist and are declared (in Cython) as:
cdef public object pyarrow_wrap_scalar(const shared_ptr[CScalar]& sp_scalar)
cdef public shared_ptr[CScalar] pyarrow_unwrap_scalar(object scalar)
However, it appears that we forgot to document them.
Regards
Antoine.
Le 23/03/20
I think checking in the java files is fine and probably better then relying
on a third party package. We should make sure there are instructions on
how to regenerate them along with the PR
On Monday, March 22, 2021, Antoine Pitrou wrote:
>
> Le 22/03/2021 à 20:17, bobtins a écrit :
>
>> TL;DR: