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

Change subject: IMPALA-915: Support cancel queries in frontend
......................................................................


Patch Set 21:

(3 comments)

http://gerrit.cloudera.org:8080/#/c/21803/21/be/src/catalog/catalog-server.cc
File be/src/catalog/catalog-server.cc:

http://gerrit.cloudera.org:8080/#/c/21803/21/be/src/catalog/catalog-server.cc@458
PS21, Line 458:     VLOG_RPC << "Cancel(): request=" << ThriftDebugString(req);
Please make sure you don't output sensitive data with ThriftDebugString(). If 
so, use impala::RedactedDebugString() instead.


http://gerrit.cloudera.org:8080/#/c/21803/21/be/src/catalog/catalog-server.cc@467
PS21, Line 467:     VLOG_RPC << "Cancel(): response=" << 
ThriftDebugStringNoThrow(resp);
Please make sure you don't output sensitive data with ThriftDebugString(). If 
so, use impala::RedactedDebugString() instead.


http://gerrit.cloudera.org:8080/#/c/21803/21/tests/beeswax/impala_beeswax.py
File tests/beeswax/impala_beeswax.py:

http://gerrit.cloudera.org:8080/#/c/21803/21/tests/beeswax/impala_beeswax.py@302
PS21, Line 302: *
flake8: E226 missing whitespace around arithmetic operator



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I0d25d4c7fb0b8dcc7dad9510db1e8dca220eeb86
Gerrit-Change-Number: 21803
Gerrit-PatchSet: 21
Gerrit-Owner: Michael Smith <[email protected]>
Gerrit-Reviewer: Andrew Sherman <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Jason Fehr <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>
Gerrit-Comment-Date: Thu, 12 Dec 2024 01:05:34 +0000
Gerrit-HasComments: Yes

Reply via email to