Skip to content

Commit 8b2c535

Browse files
committed
fix
1 parent 8d09440 commit 8b2c535

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/paimon/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ if(PAIMON_BUILD_TESTS)
288288
common/memory/memory_segment_utils_test.cpp
289289
STATIC_LINK_LIBS
290290
paimon_shared
291+
test_utils_static
291292
fmt
292293
${GTEST_LINK_TOOLCHAIN})
293294

src/paimon/common/file_index/bloomfilter/fast_hash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "paimon/defs.h"
2929
#include "paimon/file_index/file_index_result.h"
3030
#include "paimon/status.h"
31-
#include "xxhash/xxhash.h"
31+
#include "xxhash.h" // NOLINT(build/include_subdir)
3232

3333
namespace paimon {
3434
Result<FastHash::HashFunction> FastHash::GetHashFunction(

0 commit comments

Comments
 (0)