Github user zuyu commented on a diff in the pull request: https://github.com/apache/incubator-quickstep/pull/181#discussion_r104576949 --- Diff: query_optimizer/ExecutionGenerator.hpp --- @@ -135,9 +135,11 @@ class ExecutionGenerator { */ struct CatalogRelationInfo { CatalogRelationInfo(const QueryPlan::DAGNodeIndex producer_operator_index_in, - const CatalogRelation *relation_in) + const CatalogRelation *relation_in, + const QueryContext::insert_destination_id output_destination_index_in) --- End diff -- It is used to name an argument in the constructor for a struct.
--- 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. ---