We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d09440 commit 8b2c535Copy full SHA for 8b2c535
src/paimon/CMakeLists.txt
@@ -288,6 +288,7 @@ if(PAIMON_BUILD_TESTS)
288
common/memory/memory_segment_utils_test.cpp
289
STATIC_LINK_LIBS
290
paimon_shared
291
+ test_utils_static
292
fmt
293
${GTEST_LINK_TOOLCHAIN})
294
src/paimon/common/file_index/bloomfilter/fast_hash.cpp
@@ -28,7 +28,7 @@
28
#include "paimon/defs.h"
29
#include "paimon/file_index/file_index_result.h"
30
#include "paimon/status.h"
31
-#include "xxhash/xxhash.h"
+#include "xxhash.h" // NOLINT(build/include_subdir)
32
33
namespace paimon {
34
Result<FastHash::HashFunction> FastHash::GetHashFunction(
0 commit comments