Daniel Becker has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/23342 )

Change subject: IMPALA-13125: Fix pairwise test vector generation
......................................................................


Patch Set 7:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/23342/7/tests/common/test_vector.py
File tests/common/test_vector.py:

http://gerrit.cloudera.org:8080/#/c/23342/7/tests/common/test_vector.py@334
PS7, Line 334: if i >= j: continue
Instead of this, you could do:

for j, y in enumerate(v[i+1:], i+1):...



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I419c24659a08d8d6592fadbbd5b764ff73cbba3e
Gerrit-Change-Number: 23342
Gerrit-PatchSet: 7
Gerrit-Owner: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Daniel Becker <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Comment-Date: Wed, 27 Aug 2025 13:15:54 +0000
Gerrit-HasComments: Yes

Reply via email to