LiPenglin created IMPALA-11681:
----------------------------------

             Summary: Optimize 'setTableStats' for the Iceberg tables without 
stats in HMS
                 Key: IMPALA-11681
                 URL: https://issues.apache.org/jira/browse/IMPALA-11681
             Project: IMPALA
          Issue Type: Improvement
            Reporter: LiPenglin


For the Iceberg tables, when we cannot get the table Parameters 
StatsSetupConst.ROW_COUNT and StatsSetupConst.TOTAL_SIZE from HMS, It can be 
retrieved from Iceberg's meta. This is the appropriate ordering for the join of 
the Iceberg tables without stats.

https://github.com/apache/impala/blob/master/fe/src/main/java/org/apache/impala/catalog/IcebergTable.java#L348
https://github.com/apache/impala/blob/1e30ca228d683821e42e51f94478c77642f5331a/fe/src/main/java/org/apache/impala/catalog/Table.java#L412



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to