FayneBupt commented on code in PR #62689:
URL: https://github.com/apache/doris/pull/62689#discussion_r3202188098
##########
be/src/exec/CMakeLists.txt:
##########
@@ -23,6 +23,17 @@ set(EXECUTABLE_OUTPUT_PATH "${BUILD_DIR}/src/exec")
file(GLOB_RECURSE EXEC_FILES CONFIGURE_DEPENDS *.cpp)
+if (ENABLE_PAIMON_CPP)
Review Comment:
Fixed. The common Paimon sink/operator writer sources are now built
regardless of ENABLE_PAIMON_CPP, while the paimon-cpp dependent native
implementation files remain behind the feature gate. This keeps
ENABLE_PAIMON_CPP=OFF builds linkable.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]