[ https://issues.apache.org/jira/browse/ARROW-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rok Mihevc updated ARROW-5300: ------------------------------ External issue URL: https://github.com/apache/arrow/issues/16727 > [C++] 0.13 FAILED to build with option -DARROW_NO_DEFAULT_MEMORY_POOL > --------------------------------------------------------------------- > > Key: ARROW-5300 > URL: https://issues.apache.org/jira/browse/ARROW-5300 > Project: Apache Arrow > Issue Type: Bug > Components: C++ > Affects Versions: 0.13.0 > Reporter: Weihua Jiang > Assignee: Francois Saint-Jacques > Priority: Major > Labels: pull-request-available > Fix For: 0.15.0 > > Time Spent: 20m > Remaining Estimate: 0h > > I tried to upgrade Apache Arrow to 0.13. But, when building Apache Arrow 0.13 > with option {{-DARROW_NO_DEFAULT_MEMORY_POOL}}, I got a lot of failures. > It seems 0.13 assuming default memory pool always available. > > My cmake command is: > |{{make .. -DCMAKE_BUILD_TYPE=Release -DARROW_BUILD_TESTS=off > -DARROW_USE_GLOG=off -DARROW_WITH_LZ4=off -DARROW_WITH_ZSTD=off > -DARROW_WITH_SNAPPY=off -DARROW_WITH_BROTLI=off -DARROW_WITH_ZLIB=off > -DARROW_JEMALLOC=off -DARROW_CXXFLAGS=-DARROW_NO_DEFAULT_MEMORY_POOL}}| > I tried to fix the compilation by adding some missing constructors. However, > it seems this issue is bigger than I expected. It seems all the builders and > appenders have this issue as many classes even don't have a memory pool > associated. -- This message was sent by Atlassian Jira (v8.20.10#820010)