I think we only have code coverage info for FE. You can get it by adding -DcodeCoverage when running mvn test, e.g. (pushd fe && mvn test -Dtest=PlannerTest -DcodeCoverage) The report is in this dir: $IMPALA_HOME/logs/fe_tests/coverage. See more in this JIRA: https://issues.apache.org/jira/browse/IMPALA-3572
On Thu, Mar 4, 2021 at 10:24 PM Xianqing <hexianqing...@126.com> wrote: > Hi All, > Does anyone know the code coverage information of Impala or where can I > see this information? > Thank you!