Skip to content

Commit

Permalink
codequality fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lnkuiper committed Oct 24, 2024
1 parent 22d40da commit 7fde2bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions extension/parquet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ if(NOT CLANG_TIDY)
../../third_party/snappy/snappy.cc
../../third_party/snappy/snappy-sinksource.cc)
# lz4
set(PARQUET_EXTENSION_FILES
${PARQUET_EXTENSION_FILES}
../../third_party/lz4/lz4.cpp)
set(PARQUET_EXTENSION_FILES ${PARQUET_EXTENSION_FILES}
../../third_party/lz4/lz4.cpp)
# zstd
set(PARQUET_EXTENSION_FILES
${PARQUET_EXTENSION_FILES}
Expand Down

0 comments on commit 7fde2bb

Please sign in to comment.