Michael Ho has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/10810 )

Change subject: IMPALA-7095: clean up scan node profiles
......................................................................


Patch Set 8: Code-Review+2

(2 comments)

http://gerrit.cloudera.org:8080/#/c/10810/7/be/src/exec/kudu-scan-node-base.h
File be/src/exec/kudu-scan-node-base.h:

http://gerrit.cloudera.org:8080/#/c/10810/7/be/src/exec/kudu-scan-node-base.h@41
PS7, Line 41:
            :   virtual Status Prepare(RuntimeState* state) override;
            :   virtual Status Open(RuntimeState* state) override;
            :   virtual Status GetNext(RuntimeState* state, RowBatch* 
row_batch, bool* eos)
            :       override = 0;
            :  protected:
            :   virtual void DebugString(int indentation_level, 
std::stringstream* out) const override;
> It's not really necessary now that the clang precommit builds detect droppe
It seems that we have them in some places (hdfs-scan-node-base.h) in this patch 
but not others. Just a bit inconsistent.


http://gerrit.cloudera.org:8080/#/c/10810/8/be/src/exec/scan-node.h
File be/src/exec/scan-node.h:

http://gerrit.cloudera.org:8080/#/c/10810/8/be/src/exec/scan-node.h@227
PS8, Line 227: Not thread-safe.
Is it expected that the caller is supposed to hold certain locks before calling 
this function or is it called from a particular thread context only ?



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I77286282d42e7764bfdf94c7ec47cec9d743f787
Gerrit-Change-Number: 10810
Gerrit-PatchSet: 8
Gerrit-Owner: Tim Armstrong <tarmstr...@cloudera.com>
Gerrit-Reviewer: Michael Ho <k...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>
Gerrit-Reviewer: Zoltan Borok-Nagy <borokna...@cloudera.com>
Gerrit-Comment-Date: Wed, 11 Jul 2018 19:33:47 +0000
Gerrit-HasComments: Yes

Reply via email to