[
https://issues.apache.org/jira/browse/IMPALA-15211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Rozsa resolved IMPALA-15211.
----------------------------------
Fix Version/s: Impala 5.0.0
Resolution: Fixed
> TestWebPage.test_catalog_tables_stats_legacy_catalog failing with wrong
> number of files
> ---------------------------------------------------------------------------------------
>
> Key: IMPALA-15211
> URL: https://issues.apache.org/jira/browse/IMPALA-15211
> Project: IMPALA
> Issue Type: Bug
> Components: Catalog
> Affects Versions: Impala 5.0.0
> Reporter: Joe McDonnell
> Assignee: Peter Rozsa
> Priority: Blocker
> Labels: broken-build
> Fix For: Impala 5.0.0
>
>
> custom_cluster.test_web_pages.py's
> TestWebPage.test_catalog_tables_stats_legacy_catalog and
> TestWebPage.test_catalog_tables_stats_local_catalog have started failing with
> this error:
> {noformat}
> custom_cluster/test_web_pages.py:544: in
> test_catalog_tables_stats_legacy_catalog
> self._test_catalog_tables_stats_after_describe(
> self = <tests.custom_cluster.test_web_pages.TestWebPage object
> at 0x7f989ebe4c10>
> custom_cluster/test_web_pages.py:536: in
> _test_catalog_tables_stats_after_describe
> assert get_table_metric(content, "high_file_count_tables", "num_files")
> == num_files
> E assert 2 == 4
> E +2
> E -4
> content = {'__common__': {'navbar': [{'link': '/', 'title': '/'},
> {'link': '/catalog', 'title': '/catalog'}, {'link': '/events',...as_metrics':
> True, 'name': 'alltypesaggnonulls'}, ...]}, ...], 'frequent_tables': [],
> 'has_frequent_tables': True, ...}
> get_table_metric = <function
> TestWebPage._test_catalog_tables_stats_after_describe.<locals>.get_table_metric
> at 0x7f989346ab60>
> num_files = 4
> self = <tests.custom_cluster.test_web_pages.TestWebPage object
> at 0x7f989ebe4c10>
> table_full_name =
> 'functional_parquet.iceberg_lineitem_sixblocks'{noformat}
> It looks like functional_parquet.iceberg_lineitem_sixblocks has an unexpected
> number of files. These are the commits that have gone in since the last
> passing job:
> {noformat}
> IMPALA-15088: Add ReadOnlyIntGauge
> IMPALA-13810: Generate lineage records for UPDATE and MERGE statements
> IMPALA-15197: Shuffle Iceberg position deletes by file path for V2
> IMPALA-15117: Optimize getFirstLevelAcidDirPath
> IMPALA-14954: Support ADMIN OPTION clause for GRANT/REVOKE ROLE{noformat}
> Maybe one of them impacted the dataload for this table.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)