Joe McDonnell has posted comments on this change. ( http://gerrit.cloudera.org:8080/19589 )
Change subject: IMPALA-11974: Fix lazy list operators for Python 3 compatibility ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/19589/2/tests/comparison/query_profile.py File tests/comparison/query_profile.py: http://gerrit.cloudera.org:8080/#/c/19589/2/tests/comparison/query_profile.py@494 PS2, Line 494: filtered_signatures = list(filter( > You explicitly imported in query_generator.py. So it's inconsistent, not su You're right, I should import filter. I must have missed this one. -- To view, visit http://gerrit.cloudera.org:8080/19589 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ic7c082711f8eff451a1b5c085e97461c327edb5f Gerrit-Change-Number: 19589 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Comment-Date: Tue, 07 Mar 2023 22:01:51 +0000 Gerrit-HasComments: Yes
