[
https://issues.apache.org/jira/browse/IMPALA-12544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Smith resolved IMPALA-12544.
------------------------------------
Fix Version/s: Impala 4.4.0
Resolution: Fixed
> Replace scan progress with query progress as progress reporting for the shell
> -----------------------------------------------------------------------------
>
> Key: IMPALA-12544
> URL: https://issues.apache.org/jira/browse/IMPALA-12544
> Project: IMPALA
> Issue Type: Improvement
> Components: Clients
> Affects Versions: Impala 4.3.0
> Reporter: Ye Zihao
> Assignee: Ye Zihao
> Priority: Major
> Fix For: Impala 4.4.0
>
> Attachments: POPO20231108-112750.jpg, POPO20231108-112808.jpg
>
>
> After IMPALA-12048 is resolved, we can see the query progress of a query on
> the /queries page. Unlike scan progress, it uses the completion count of
> query fragment instances to calculate progress, providing a more accurate
> reflection of query execution progress, especially for computation-intensive
> queries (such as TPC-DS query 78). Perhaps we should also use query progress
> instead of scan progress in the dynamic progress reporting for the impala
> shell, to provide more accurate query completion progress reports and avoid
> cases where the scan is complete but the query still needs a long time to
> finish computation even though the progress is reported as 100%.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)