Skip to content

Commit d563ce0

Browse files
committed
Rename cpp files to cc
1 parent 1b3b129 commit d563ce0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

cpp/src/arrow/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,9 @@ endif()
567567

568568
# ALP (for Parquet encoder/decoder)
569569
list(APPEND ARROW_UTIL_SRCS
570-
util/alp/Alp.cpp
571-
util/alp/AlpSampler.cpp
572-
util/alp/AlpWrapper.cpp)
570+
util/alp/Alp.cc
571+
util/alp/AlpSampler.cc
572+
util/alp/AlpWrapper.cc)
573573

574574
arrow_add_object_library(ARROW_UTIL ${ARROW_UTIL_SRCS})
575575

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)