Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23656 )
Change subject: IMPALA-14498: Fix a bug in initial code review checks ...................................................................... IMPALA-14498: Fix a bug in initial code review checks When conducting a code review using flake8-diff, it may fail in some code sections due to the use of non-raw strings. This patch modifies one instance to successfully pass the initial code review. Although it is currently working, it may not cover all instances. Change-Id: I71889a117c64500bab13928971a2bce063a72cd4 Reviewed-on: http://gerrit.cloudera.org:8080/23656 Reviewed-by: Quanlong Huang <[email protected]> Tested-by: Quanlong Huang <[email protected]> --- M tests/common/environ.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Quanlong Huang: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23656 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I71889a117c64500bab13928971a2bce063a72cd4 Gerrit-Change-Number: 23656 Gerrit-PatchSet: 4 Gerrit-Owner: ttttttz <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Pranav Lodha <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: ttttttz <[email protected]>
