Github user hbdeshmukh commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/162#discussion_r96885129 --- Diff: storage/InsertDestination.cpp --- @@ -789,7 +789,7 @@ void PartitionAwareInsertDestination::returnBlockInPartition(MutableBlockReferen << "invalidated one or more IndexSubBlocks."); } // Note that the block will only be sent if it's full (true). - sendBlockFilledMessage(block->getID()); + sendBlockFilledMessage(block->getID(), part_id); --- End diff -- Got the answer when I looked at the hpp file. Please ignore the above comment.
--- 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. ---