liyafan82 commented on pull request #7287:
URL: https://github.com/apache/arrow/pull/7287#issuecomment-645762806


   > That's odd. I wonder what's different about your build setup from the jobs 
we run on CI because I haven't seen that before. Do you think you could add a 
crossbow job that captures this build setup (is it just bundled boost and 
thrift, plus ARROW_FLIGHT=ON and tests on?)
   > 
   > FWIW this boost include has been removed in Thrift 0.13: 
[apache/thrift@1f34504#diff-73a92ed6f7bb65d6e8f29f74ae6c94bf](https://github.com/apache/thrift/commit/1f34504f43a7a409364d4114f180762bf2679e57#diff-73a92ed6f7bb65d6e8f29f74ae6c94bf)
   > 
   > So if/whenever we can [upgrade to 
0.13](https://issues.apache.org/jira/browse/ARROW-8049), this particular header 
won't ever be invoked.
   
   I agree with you that a crossbow job for this build setup is extremely 
useful, as even if this problem is fixed, there are other problems. I will open 
an issue to track it.
   
   I was using the following flags:
   
   -DCMAKE_BUILD_TYPE=Debug -DARROW_BUILD_TESTS=ON -DARROW_BUILD_BENCHMARKS=ON 
-DARROW_FLIGHT=ON -DARROW_DATASET=ON -DBOOST_SOURCE=BUNDLED -DARROW_PARQUET=ON 
-DARROW_JNI=ON -DARROW_BUILD_EXAMPLES=ON 
-DCMAKE_CXX_COMPILER=.../gcc-7.2.0/bin/c++ 
-DCMAKE_C_COMPILER=.../gcc-7.2.0/bin/gcc


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to