Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/165#discussion_r97175897 --- Diff: storage/StorageBlockInfo.hpp --- @@ -49,6 +50,8 @@ static constexpr int kBlockIdDomainLengthInDigits = std::numeric_limits<block_id static constexpr int kBlockIdCounterLengthInDigits = std::numeric_limits<block_id_counter>::digits10; static constexpr block_id_domain kMaxDomain = static_cast<block_id_domain>(0xFFFF); +typedef std::vector<block_id> blocks_in_partition; --- End diff -- Done.
--- 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. ---