Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24628 )
Change subject: IMPALA-15211: Fix file count for iceberg_lineitem_sixblocks in test_web_pages.py ...................................................................... IMPALA-15211: Fix file count for iceberg_lineitem_sixblocks in test_web_pages.py IMPALA-15197 introduced shuffling by file path for unpartitioned Iceberg V2 tables as well, it caused iceberg_lineitem_sixblocks to contain only 2 files (1 data, 1 delete), and it broke test_web_pages.py. This patch fixes the assertion on the number of files. Change-Id: I1c09c6a127d1324272dd18f500756d44a7ee6a25 Reviewed-on: http://gerrit.cloudera.org:8080/24628 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_web_pages.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24628 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1c09c6a127d1324272dd18f500756d44a7ee6a25 Gerrit-Change-Number: 24628 Gerrit-PatchSet: 3 Gerrit-Owner: Peter Rozsa <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]>
