lidavidm commented on a change in pull request #12162:
URL: https://github.com/apache/arrow/pull/12162#discussion_r786022104
##########
File path: cpp/src/arrow/compute/kernels/scalar_nested.cc
##########
@@ -17,6 +17,7 @@
// Vector kernels involving nested types
+#include <iostream>
Review comment:
Note you can use `arrow/util/logging.h` and `ARROW_LOG(WARNING) << ...;`
(that way you don't have to deal with std::endl/the header might already be
included, also, you'll get line numbers)
--
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]