imay commented on a change in pull request #1875: Fix direct compilation failed 
#1862
URL: https://github.com/apache/incubator-doris/pull/1875#discussion_r328087143
 
 

 ##########
 File path: be/src/olap/key_coder.cpp
 ##########
 @@ -27,6 +27,14 @@ KeyCoder::KeyCoder(TraitsType traits)
         _decode_ascending(traits.decode_ascending) {
 }
 
+struct EnumClassHash {
+    template <typename T>
+    std::size_t operator()(T t) const
 
 Review comment:
   ```suggestion
       std::size_t operator()(T t) const {
   ```

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to