Fokko commented on code in PR #36846:
URL: https://github.com/apache/arrow/pull/36846#discussion_r1302579007


##########
cpp/src/arrow/table.h:
##########
@@ -23,6 +23,7 @@
 #include <vector>
 
 #include "arrow/chunked_array.h"  // IWYU pragma: keep
+#include "arrow/compute/cast.h"

Review Comment:
   Got it, thanks. I changed the `CastOptions` to a pointer because I can't 
forward declare the `CastOptions::Safe()` afaik. If there is a nullpointer, it 
will be set to `Safe()` within the `#ifdef ARROW_COMPUTE` block. Let me know 
what you think



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