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

    https://github.com/apache/incubator-quickstep/pull/58#discussion_r71246020
  
    --- Diff: relational_operators/WorkOrder.proto ---
    @@ -249,6 +249,7 @@ message WindowAggregationWorkOrder {
       extend WorkOrder {
         // All required
         optional uint32 window_aggr_state_index = 336;
    -    optional int32 insert_destination_index = 337;
    +    repeated fixed64 block_ids = 337;
    --- End diff --
    
    FYI, we don't need to change the number assigned to 
`insert_destination_index`, but just add a new field for `block_ids` while 
assigning `338`.


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