This is an automated email from the ASF dual-hosted git repository. joemcdonnell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
from 535b72e67 IMPALA-13945: Change hash trace to show each node's individual contribution new a53117214 IMPALA-14255: Install Java 17 in bootstrap_build.sh new 5af4fa84d IMPALA-14094: Prepend to commit, refactor estimated table stats The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: bin/bootstrap_build.sh | 13 +- .../planner/HdfsEstimatedMissingTableStats.java | 229 +++++++++++++++++++++ .../org/apache/impala/planner/HdfsScanNode.java | 194 ++--------------- 3 files changed, 252 insertions(+), 184 deletions(-) create mode 100644 fe/src/main/java/org/apache/impala/planner/HdfsEstimatedMissingTableStats.java