bkietz commented on a change in pull request #11384:
URL: https://github.com/apache/arrow/pull/11384#discussion_r741179211
##########
File path: cpp/src/arrow/type.h
##########
@@ -188,6 +188,9 @@ class ARROW_EXPORT DataType : public
detail::Fingerprintable {
ARROW_EXPORT
std::ostream& operator<<(std::ostream& os, const DataType& type);
+inline bool operator==(const DataType& l, const DataType& r) { return
l.Equals(r); }
Review comment:
:+1:
--
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]