Michael Smith has posted comments on this change. ( http://gerrit.cloudera.org:8080/20617 )
Change subject: IMPALA-12515: Build modules for extra pythons ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/20617/2/shell/impala-shell File shell/impala-shell: http://gerrit.cloudera.org:8080/#/c/20617/2/shell/impala-shell@52 PS2, Line 52: dirs=( $(cd ${SHELL_HOME} && echo ext-py*) ) : vers="${dirs[@]#ext-py}" > When I run these commands locally, I don't see the ext-py removed beyond th Oh, the extra parens are necessary, they create an array. Should work in Bash 3+. -- To view, visit http://gerrit.cloudera.org:8080/20617 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I13720a9e3c50f348bef41f5e91f810204e416f13 Gerrit-Change-Number: 20617 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Smith <michael.sm...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Joe McDonnell <joemcdonn...@cloudera.com> Gerrit-Reviewer: Michael Smith <michael.sm...@cloudera.com> Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com> Gerrit-Reviewer: Wenzhe Zhou <wz...@cloudera.com> Gerrit-Comment-Date: Tue, 31 Oct 2023 17:31:23 +0000 Gerrit-HasComments: Yes