Github user hbdeshmukh commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/69#discussion_r72702084
  
    --- Diff: query_execution/PolicyEnforcerBase.cpp ---
    @@ -60,6 +61,23 @@ void PolicyEnforcerBase::processMessage(const 
TaggedMessage &tagged_message) {
           
admitted_queries_[query_id]->processWorkOrderCompleteMessage(op_index);
           break;
         }
    +#ifdef QUICKSTEP_DISTRIBUTED
    --- End diff --
    
    Why should we use this macro in the base class? Shouldn't this piece code 
go to the distributed derived class of the PolicyEnforcer? 


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to