edponce commented on a change in pull request #10349:
URL: https://github.com/apache/arrow/pull/10349#discussion_r698884590
##########
File path: cpp/src/arrow/util/map.h
##########
@@ -17,13 +17,21 @@
#pragma once
+#include <type_traits>
#include <utility>
#include "arrow/result.h"
namespace arrow {
namespace internal {
+/// Functor to calculate hash of an enum.
Review comment:
Change description to "Functor to make enums hashable."
--
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]