kszucs commented on a change in pull request #8088:
URL: https://github.com/apache/arrow/pull/8088#discussion_r484348787
##########
File path: cpp/src/arrow/util/hashing.h
##########
@@ -851,6 +851,11 @@ struct HashTraits<T, enable_if_t<has_string_view<T>::value
&&
using MemoTableType = BinaryMemoTable<BinaryBuilder>;
};
+template <>
+struct HashTraits<Decimal128Type> {
+ using MemoTableType = BinaryMemoTable<BinaryBuilder>;
Review comment:
Sadly this is causing multiple compile errors due to missing
`GetOrInsert` and `CopyFixedWidthValues` methods.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]