greenlion / warp

WarpSQL Server, an open source OLAP focused distribution of the world's most popular open source database bundled with OLAP performance related plugins such as the WARP storage engine..
http://warpsql.blog
Other
41 stars 2 forks source link

CMake issue - for parallel query the CMakeLists.txt for the rewrite plugin must depend on fastbit #70

Closed greenlion closed 2 years ago

greenlion commented 3 years ago

It fails to compile in the middle of the build process because the Fastbit headers are not available in the installed location in source...

There needs to be a dependency on the fastbit library.

Running 'make' again resolves the issue for now.

greenlion commented 2 years ago

fixed in parallel_hash_join branch