Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
rename bulkload to bulk_load
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Feb 23, 2021
1 parent 097f6b9 commit b561911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ thrift_generate_cpp(
)

thrift_generate_cpp(
BULKLOAD_THRIFT_SRCS
BULKLOAD_THRIFT_HDRS
${CMAKE_CURRENT_SOURCE_DIR}/bulkload.thrift
BULK_LOAD_THRIFT_SRCS
BULK_LOAD_THRIFT_HDRS
${CMAKE_CURRENT_SOURCE_DIR}/bulk_load.thrift
)

thrift_generate_cpp(
Expand All @@ -52,7 +52,7 @@ set(MY_PROJ_SRC
${DUPLICATION_THRIFT_SRCS}
${BACKUP_THRIFT_SRCS}
${META_ADMIN_THRIFT_SRCS}
${BULKLOAD_THRIFT_SRCS}
${BULK_LOAD_THRIFT_SRCS}
${PARTITION_SPLIT_THRIFT_SRCS}
${REPLICA_ADMIN_THRIFT_SRCS}
${METADATA_THRIFT_SRCS}
Expand Down
File renamed without changes.

0 comments on commit b561911

Please sign in to comment.