Re: [C++] Question about substrait dependency in C++

2022-07-18 Thread Jeroen van Straten
ting. > > > > > > > > > Yaron. > > > ________ > > > From: Li Jin > > > Sent: Monday, July 18, 2022 2:34 PM > > > To: dev@arrow.apache.org > > > Subject: Re: [C++] Question about substrait dependency in

Re: [C++] Question about substrait dependency in C++

2022-07-18 Thread Li Jin
gt; own, > > > as you'd have to change the Arrow C++ build system, and specifically > > > "cpp/cmake_modules/ThirdpartyToolchain.cmake", to enable this. > > > > > > > > > Yaron. > > > > > &g

Re: [C++] Question about substrait dependency in C++

2022-07-18 Thread Jeroen van Straten
pository > directory. In my experience, there is no need to also set any > sha256-related setting. > > > Yaron. > > From: Li Jin > Sent: Monday, July 18, 2022 2:34 PM > To: dev@arrow.apache.org > Subject: Re: [C++] Question about subst

Re: [C++] Question about substrait dependency in C++

2022-07-18 Thread Yaron Gvili
++] Question about substrait dependency in C++ Thanks both! Let me try changing ARROW_SUBSTRAIT_URL. Should I set ARROW_SUBSTRAIT_URL just to local substrait tarball or sth else? On Mon, Jul 18, 2022 at 2:28 PM Yaron Gvili wrote: > Hi Li, > > I was just writing this. > > AFAIK, curren

Re: [C++] Question about substrait dependency in C++

2022-07-18 Thread Li Jin
change the Arrow C++ build system, and specifically > "cpp/cmake_modules/ThirdpartyToolchain.cmake", to enable this. > > > Yaron. > > From: Jeroen van Straten > Sent: Monday, July 18, 2022 2:27 PM > To: dev@arrow.apache.or

Re: [C++] Question about substrait dependency in C++

2022-07-18 Thread Yaron Gvili
@arrow.apache.org Subject: Re: [C++] Question about substrait dependency in C++ Hi, I'm not sure I completely understand what you're trying to do, but if lack of internet access is the only problem, I think you should just be able to override the URL it tries to download by setting the ARR

Re: [C++] Question about substrait dependency in C++

2022-07-18 Thread Jeroen van Straten
Hi, I'm not sure I completely understand what you're trying to do, but if lack of internet access is the only problem, I think you should just be able to override the URL it tries to download by setting the ARROW_SUBSTRAIT_URL environment variable to some local file:// URL. I think it should work

[C++] Question about substrait dependency in C++

2022-07-18 Thread Li Jin
Hello! I am working on integrating the latest Arrow C++ into our internal build system. Currently I am planning to build substrait C++ classes independently and provide header locations and so files to the Arrow Cmakefile - I wonder if that is a good approach? (We cannot download the substrait tar