Re: Building an executable with arrow flight (C++)

2020-08-17 Thread Radu Teodorescu
t;>> On Thu, Aug 13, 2020 at 4:20 PM Radu Teodorescu >>>> >>>>>> wrote: >>>> >>>>>> >>>> >>>>>> I can produce something isolated shortly - but really the questions is >>>> how can one b

Re: Building an executable with arrow flight (C++)

2020-08-17 Thread Wes McKinney
but really the questions is > >> how can one build a hello world type flight server that does something like > >> > >>>> { > >> > >>>> FlightServerBase server; > >> > >>>> server.Serve(); > >> > &

Re: Building an executable with arrow flight (C++)

2020-08-17 Thread Radu Teodorescu
but I just need to get there >> first >> >>>> } >> >>>> >> >>>> with a fully self contained CMake project (i.e. that doesn’t depend on >> having arrow or it’s dependencies preinstalled). >> >>>> >> >>>> If

Re: Building an executable with arrow flight (C++)

2020-08-14 Thread Wes McKinney
> > >> > > >> with a fully self contained CMake project (i.e. that doesn’t depend on > having arrow or it’s dependencies preinstalled). > > >> > > >> If you have something like that that works, I can take it from there > > >> Thank you

Re: Building an executable with arrow flight (C++)

2020-08-13 Thread Radu Teodorescu
20, at 4:42 PM, Sutou Kouhei wrote: >>> >>> Hi, >>> >>> Could you share a minimal CMake and C++ file set to >>> reproduce your case? >>> >>> >>> Thanks, >>> -- >>> kou >>> >>> In >>&g

Re: Building an executable with arrow flight (C++)

2020-08-13 Thread Wes McKinney
ou share a minimal CMake and C++ file set to > > reproduce your case? > > > > > > Thanks, > > -- > > kou > > > > In > > "Building an executable with arrow flight (C++)" on Thu, 13 Aug 2020 > > 12:06:49 -0400, > > Radu

Re: Building an executable with arrow flight (C++)

2020-08-13 Thread Radu Teodorescu
nd C++ file set to > reproduce your case? > > > Thanks, > -- > kou > > In > "Building an executable with arrow flight (C++)" on Thu, 13 Aug 2020 > 12:06:49 -0400, > Radu Teodorescu wrote: > >> Hello, >> I am trying to build a serve

Re: Building an executable with arrow flight (C++)

2020-08-13 Thread Sutou Kouhei
Hi, Could you share a minimal CMake and C++ file set to reproduce your case? Thanks, -- kou In "Building an executable with arrow flight (C++)" on Thu, 13 Aug 2020 12:06:49 -0400, Radu Teodorescu wrote: > Hello, > I am trying to build a server that uses arrow flight an

Building an executable with arrow flight (C++)

2020-08-13 Thread Radu Teodorescu
Hello, I am trying to build a server that uses arrow flight and getting into a bit of a rabbit hole with dependency inclusion. I have arrow included as an external project and so far everything has worked really smoothly (I have executables building with arrow, parquet arrow and I also have arr