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

    https://github.com/apache/incubator-quickstep/pull/8#discussion_r65971710
  
    --- Diff: relational_operators/WorkOrder.hpp ---
    @@ -286,8 +286,15 @@ class WorkOrder {
       }
     
      protected:
    -  WorkOrder() {}
    +  /**
    +   * @brief Constructor.
    +   *
    +   * @param query_id The ID of the query to which this WorkOrder belongs.
    +   **/
    +  explicit WorkOrder(const std::size_t query_id = 0)
    --- End diff --
    
    What do you think if we removed the default value for `query_id`.


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