Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10476 )
Change subject: IMPALA-7048: Failed test: test_write_index_many_columns_tables ...................................................................... IMPALA-7048: Failed test: test_write_index_many_columns_tables The test in the title fails when the local filesystem is used. Looking at the error message it seems that the determined Parquet file size is too small when the local filesystem is used. There is already an annotation for that: 'SkipIfLocal.parquet_file_size' I added this annotation to the TestHdfsParquetTableIndexWriter class, therefore these tests won't be executed when the test-warehouse directory of Impala resides on the local filesystem. Change-Id: Idd3be70fb654a49dda44309a8914fe1f2b48a1af Reviewed-on: http://gerrit.cloudera.org:8080/10476 Reviewed-by: Zoltan Borok-Nagy <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_parquet_page_index.py 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Zoltan Borok-Nagy: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10476 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Idd3be70fb654a49dda44309a8914fe1f2b48a1af Gerrit-Change-Number: 10476 Gerrit-PatchSet: 3 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Thomas Marshall <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
