raulcd commented on code in PR #47627:
URL: https://github.com/apache/arrow/pull/47627#discussion_r2397176770


##########
cpp/src/arrow/flight/CMakeLists.txt:
##########
@@ -231,6 +231,17 @@ foreach(LIB_TARGET ${ARROW_FLIGHT_LIBRARIES})
   target_compile_definitions(${LIB_TARGET} PRIVATE ARROW_FLIGHT_EXPORTING)
 endforeach()
 
+# Handle Unity build header conflicts on Windows

Review Comment:
   I've added the skip for unity builds on windows for all the flight files 
that include the windows headers via `platform.h` directly or indirectly via 
another header file that includes it.



-- 
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]

Reply via email to