HolyLow commented on code in PR #3402:
URL: https://github.com/apache/celeborn/pull/3402#discussion_r2246766477
##########
cpp/celeborn/client/CMakeLists.txt:
##########
@@ -16,7 +16,12 @@ add_library(
client
reader/WorkerPartitionReader.cpp
reader/CelebornInputStream.cpp
- ShuffleClient.cpp)
+ ShuffleClient.cpp
+ compress/Decompressor.h
Review Comment:
.h file is not needed in compilation. Only .c files are compilation units.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]