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

    https://github.com/apache/incubator-quickstep/pull/14#discussion_r66690499
  
    --- Diff: query_execution/QueryContext.proto ---
    @@ -54,4 +54,6 @@ message QueryContext {
     
       // NOTE(zuyu): For UpdateWorkOrder only.
       repeated UpdateGroup update_groups = 10;
    +
    +  required uint64 query_id = 11;
    --- End diff --
    
    Since we add a new field in `QueryContext` proto, we need to modify 
`QueryContext::ProtoIsValid` to reflect the change:
    
    ```
      return proto.IsInitialized();
    ```


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

Reply via email to