edponce commented on a change in pull request #11023:
URL: https://github.com/apache/arrow/pull/11023#discussion_r740702096
##########
File path: cpp/src/arrow/compute/kernels/scalar_string.cc
##########
@@ -19,6 +19,7 @@
#include <cctype>
#include <iterator>
#include <string>
+#include <typeinfo>
Review comment:
No, I used it when trying to print the StringTransform type using
`typeid(t).name()` but it printed more info than needed.
##########
File path: cpp/src/arrow/compute/kernels/scalar_string.cc
##########
@@ -19,6 +19,7 @@
#include <cctype>
#include <iterator>
#include <string>
+#include <typeinfo>
Review comment:
No, I used it when trying to print the `StringTransform` type using
`typeid(t).name()` but it printed more info than needed.
--
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]