github-actions[bot] commented on PR #11885:
URL: https://github.com/apache/gravitino/pull/11885#issuecomment-4889336669

   <!-- coverage-report -->
   ### Code Coverage Report
   |Overall Project|67.41% **`-0.05%`**|:green_circle:|
   |:-|:-|:-:|
   |Files changed|63.8%|:green_circle:|
   <br>
   
   |Module|Coverage||
   |:-|:-|:-:|
   |aliyun|1.72%|:red_circle:|
   |api|46.82%|:green_circle:|
   |authorization-common|85.96%|:green_circle:|
   |aws|26.5% **`+15.17%`**|:red_circle:|
   |azure|2.47%|:red_circle:|
   |catalog-common|10.4%|:red_circle:|
   |catalog-fileset|80.23%|:green_circle:|
   |catalog-glue|66.91%|:green_circle:|
   |catalog-hive|79.42%|:green_circle:|
   |catalog-jdbc-clickhouse|80.52% **`+2.13%`**|:green_circle:|
   |catalog-jdbc-common|44.22%|:green_circle:|
   |catalog-jdbc-doris|80.28%|:green_circle:|
   |catalog-jdbc-hologres|54.03%|:green_circle:|
   |catalog-jdbc-mysql|79.23%|:green_circle:|
   |catalog-jdbc-oceanbase|80.91%|:green_circle:|
   |catalog-jdbc-postgresql|82.29%|:green_circle:|
   |catalog-jdbc-starrocks|78.51%|:green_circle:|
   |catalog-kafka|77.01%|:green_circle:|
   |catalog-lakehouse-generic|58.53%|:green_circle:|
   |catalog-lakehouse-hudi|79.1%|:green_circle:|
   |catalog-lakehouse-iceberg|85.86%|:green_circle:|
   |catalog-lakehouse-paimon|84.25%|:green_circle:|
   |catalog-model|77.72%|:green_circle:|
   |cli|44.51%|:green_circle:|
   |client-java|78.01%|:green_circle:|
   |common|50.17%|:green_circle:|
   |core|82.58%|:green_circle:|
   |filesystem-hadoop3|77.3%|:green_circle:|
   |flink|0.0%|:red_circle:|
   |flink-common|47.09%|:green_circle:|
   |flink-runtime|0.0%|:red_circle:|
   |gcp|14.12%|:red_circle:|
   |hadoop-auth|66.67%|:green_circle:|
   |hadoop-common|12.7% **`-0.05%`**|:red_circle:|
   |hive-metastore-common|53.29%|:green_circle:|
   |iceberg-common|58.3%|:green_circle:|
   |iceberg-rest-server|74.01%|:green_circle:|
   |idp-basic|85.71%|:green_circle:|
   |integration-test-common|0.0%|:red_circle:|
   |jobs|66.17%|:green_circle:|
   |lance-common|20.81% **`-6.04%`**|:red_circle:|
   |lance-rest-server|64.84%|:green_circle:|
   |lineage|53.02%|:green_circle:|
   |optimizer|83.17%|:green_circle:|
   |optimizer-api|21.95%|:red_circle:|
   |server|86.09% **`+0.08%`**|:green_circle:|
   |server-common|74.62%|:green_circle:|
   |spark|28.57%|:red_circle:|
   |spark-common|46.01%|:green_circle:|
   |trino-connector|40.29%|:green_circle:|
   
   <details>
   <summary>Files</summary>
   
   |Module|File|Coverage||
   |:-|:-|:-|:-:|
   
|aws|[WebIdentityTokenSources.java](https://github.com/jiangxt2/gravitino/blob/554c9f266bad772df09c43d8dd5c3bab53169124/bundles/aws/src/main/java/org/apache/gravitino/s3/credential/webidentity/WebIdentityTokenSources.java)|82.86%|:green_circle:|
   
||[AwsIrsaCredentialGenerator.java](https://github.com/jiangxt2/gravitino/blob/554c9f266bad772df09c43d8dd5c3bab53169124/bundles/aws/src/main/java/org/apache/gravitino/s3/credential/AwsIrsaCredentialGenerator.java)|37.13%|:red_circle:|
   
|catalog-jdbc-clickhouse|[ClickHouseTypeConverter.java](https://github.com/jiangxt2/gravitino/blob/554c9f266bad772df09c43d8dd5c3bab53169124/catalogs-contrib/catalog-jdbc-clickhouse/src/main/java/org/apache/gravitino/catalog/clickhouse/converter/ClickHouseTypeConverter.java)|98.61%|:green_circle:|
   
||[ClickHouseTableOperations.java](https://github.com/jiangxt2/gravitino/blob/554c9f266bad772df09c43d8dd5c3bab53169124/catalogs-contrib/catalog-jdbc-clickhouse/src/main/java/org/apache/gravitino/catalog/clickhouse/operations/ClickHouseTableOperations.java)|84.32%|:green_circle:|
   
||[TypeUtils.java](https://github.com/jiangxt2/gravitino/blob/554c9f266bad772df09c43d8dd5c3bab53169124/catalogs-contrib/catalog-jdbc-clickhouse/src/main/java/org/apache/gravitino/catalog/clickhouse/converter/TypeUtils.java)|80.0%|:green_circle:|
   
||[ClickHouseDatabaseOperations.java](https://github.com/jiangxt2/gravitino/blob/554c9f266bad772df09c43d8dd5c3bab53169124/catalogs-contrib/catalog-jdbc-clickhouse/src/main/java/org/apache/gravitino/catalog/clickhouse/operations/ClickHouseDatabaseOperations.java)|51.43%|:red_circle:|
   
|hadoop-common|[Constants.java](https://github.com/jiangxt2/gravitino/blob/554c9f266bad772df09c43d8dd5c3bab53169124/catalogs/hadoop-common/src/main/java/org/apache/gravitino/catalog/hadoop/fs/Constants.java)|0.0%|:red_circle:|
   
|lance-common|[GravitinoLanceTableOperations.java](https://github.com/jiangxt2/gravitino/blob/554c9f266bad772df09c43d8dd5c3bab53169124/lance/lance-common/src/main/java/org/apache/gravitino/lance/common/ops/gravitino/GravitinoLanceTableOperations.java)|0.0%|:red_circle:|
   
|server|[ConfigServlet.java](https://github.com/jiangxt2/gravitino/blob/554c9f266bad772df09c43d8dd5c3bab53169124/server/src/main/java/org/apache/gravitino/server/web/ConfigServlet.java)|90.74%|:green_circle:|
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to