Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/14764 )

Change subject: IMPALA-4080: [Part 1] Move static state from ExecNode into a 
PlanNode
......................................................................


Patch Set 4:

(5 comments)

http://gerrit.cloudera.org:8080/#/c/14764/4/be/src/exec/aggregation-node-base.h
File be/src/exec/aggregation-node-base.h:

http://gerrit.cloudera.org:8080/#/c/14764/4/be/src/exec/aggregation-node-base.h@50
PS4, Line 50:   //const AggregationPlanNode* GetPlanNode() { return 
dynamic_cast<const AggregationPlanNode*>(plan_node_); }
line too long (109 > 90)


http://gerrit.cloudera.org:8080/#/c/14764/4/be/src/exec/exec-node.h
File be/src/exec/exec-node.h:

http://gerrit.cloudera.org:8080/#/c/14764/4/be/src/exec/exec-node.h@356
PS4, Line 356:   const T* GetPlanNode() { return dynamic_cast<const 
T*>(plan_node_); } // TODO: revisit this
line too long (93 > 90)


http://gerrit.cloudera.org:8080/#/c/14764/4/be/src/exec/exec-node.cc
File be/src/exec/exec-node.cc:

http://gerrit.cloudera.org:8080/#/c/14764/4/be/src/exec/exec-node.cc@217
PS4, Line 217:     row_descriptor_(descs, pnode->tnode_->row_tuples, 
pnode->tnode_->nullable_tuples), // TODO: get this from the plan node after the 
old constructor is removed
line too long (160 > 90)


http://gerrit.cloudera.org:8080/#/c/14764/4/be/src/exec/partitioned-hash-join-node.cc
File be/src/exec/partitioned-hash-join-node.cc:

http://gerrit.cloudera.org:8080/#/c/14764/4/be/src/exec/partitioned-hash-join-node.cc@82
PS4, Line 82: Status PartitionedHashJoinPlanNode::CreateNode(RuntimeState* 
state, ExecNode** node) const {
line too long (92 > 90)


http://gerrit.cloudera.org:8080/#/c/14764/4/be/src/exec/union-node.cc
File be/src/exec/union-node.cc:

http://gerrit.cloudera.org:8080/#/c/14764/4/be/src/exec/union-node.cc@73
PS4, Line 73:       
first_materialized_child_idx_(pnode->tnode_->union_node.first_materialized_child_idx),
line too long (92 > 90)



--
To view, visit http://gerrit.cloudera.org:8080/14764
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I69f1676bf67bac31fa5902511b3fcc269fd67472
Gerrit-Change-Number: 14764
Gerrit-PatchSet: 4
Gerrit-Owner: Bikramjeet Vig <bikramjeet....@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Michael Ho <k...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>
Gerrit-Comment-Date: Tue, 26 Nov 2019 01:27:21 +0000
Gerrit-HasComments: Yes

Reply via email to