Re: Orcus 0.19.0, Apache Arrow and CMake

2023-11-13 Thread Kohei Yoshida
On 9/28/23 21:16, Kohei Yoshida wrote: As an aside, if someone wants to try out this experimental parquet import filter, one can build orcus independently with --with-parquet-filter passed to configure after also having built the apache arrow library, apply this change

7.6s sc_subsequent_filters_test and orcus 0.19 (was: Re: Orcus 0.19.0, Apache Arrow and CMake)

2023-10-29 Thread Rene Engelhard
Hi, Am 29.09.23 um 03:16 schrieb Kohei Yoshida: I just upgraded on the master branch the orcus library to the latest version of 0.19.0.  This version includes an experimental support for Apache Parquet format import, but it relies on an external library called Apache Arrow[1].  The support

Re: Orcus 0.19.0, Apache Arrow and CMake

2023-10-04 Thread Miklos Vajna
Hi Kohei, On Tue, Oct 03, 2023 at 06:05:25PM -0400, Kohei Yoshida wrote: > Thanks for the info.  This is very helpful.  Does that mean we can consider > cmake to be always available during the build, or is it still considered > optional?  IIRC doxygen is an optional build component.  So, in

Re: Orcus 0.19.0, Apache Arrow and CMake

2023-10-03 Thread Kohei Yoshida
Hi Miklos, On 10/3/23 02:21, Miklos Vajna wrote: Hi Kohei, On Mon, Oct 02, 2023 at 07:06:01PM -0400, Kohei Yoshida wrote: That's good to know.  Let me think about this for a bit.  The truth is that I'm not 100% sure whether I can commit to working on adding CMake executable as an additional

Re: Orcus 0.19.0, Apache Arrow and CMake

2023-10-03 Thread Miklos Vajna
Hi Kohei, On Mon, Oct 02, 2023 at 07:06:01PM -0400, Kohei Yoshida wrote: > That's good to know.  Let me think about this for a bit.  The truth is that > I'm not 100% sure whether I can commit to working on adding CMake executable > as an additional build requirement myself.  I can imagine even

Re: Orcus 0.19.0, Apache Arrow and CMake

2023-10-02 Thread Kohei Yoshida
Hi Michael, On 9/29/23 05:33, Michael Stahl wrote: hi Kohei, On 29/09/2023 03:16, Kohei Yoshida wrote: Now, it's my understanding that we still don't support use of CMake to build our external libraries. My question is, what do people think of adding support for CMake in our build system?

Re: Orcus 0.19.0, Apache Arrow and CMake

2023-09-29 Thread Michael Stahl
hi Kohei, On 29/09/2023 03:16, Kohei Yoshida wrote: Now, it's my understanding that we still don't support use of CMake to build our external libraries. My question is, what do people think of adding support for CMake in our build system? Would that be too much effort and not worth it, or

Re: Orcus 0.19.0, Apache Arrow and CMake

2023-09-28 Thread Ilmari Lauhakangas
On 29.9.2023 4.16, Kohei Yoshida wrote: Hi there, I just upgraded on the master branch the orcus library to the latest version of 0.19.0.  This version includes an experimental support for Apache Parquet format import, but it relies on an external library called Apache Arrow[1].  The support

Orcus 0.19.0, Apache Arrow and CMake

2023-09-28 Thread Kohei Yoshida
Hi there, I just upgraded on the master branch the orcus library to the latest version of 0.19.0.  This version includes an experimental support for Apache Parquet format import, but it relies on an external library called Apache Arrow[1].  The support for this file format is disabled in the