Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/90#discussion_r74787536 --- Diff: expressions/aggregation/AggregationConcreteHandle.hpp --- @@ -27,10 +27,12 @@ #include "catalog/CatalogTypedefs.hpp" #include "expressions/aggregation/AggregationHandle.hpp" #include "storage/HashTable.hpp" +#include "storage/FastHashTable.hpp" --- End diff -- As a convention, we sort the included files in alphabetical order. If you use vim, there's an easy way to do that. You can select all the #include statements in visual mode and type sort.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---