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

   <!-- coverage-report -->
   ### Code Coverage Report
   |Overall Project|68.41% **`-0.16%`**|:green_circle:|
   |:-|:-|:-:|
   |Files changed|64.3%|:green_circle:|
   <br>
   
   |Module|Coverage||
   |:-|:-|:-:|
   |aliyun|19.74%|:red_circle:|
   |api|52.07% **`-0.19%`**|:green_circle:|
   |authorization-common|85.96%|:green_circle:|
   |authorization-ranger|4.38%|:red_circle:|
   |aws|53.54%|:green_circle:|
   |azure|32.1%|:red_circle:|
   |catalog-common|9.9%|:red_circle:|
   |catalog-fileset|80.21% **`+12.24%`**|:green_circle:|
   |catalog-glue|69.24%|:green_circle:|
   |catalog-hive|82.96%|:green_circle:|
   |catalog-jdbc-common|45.69%|:green_circle:|
   |catalog-jdbc-doris|82.44%|:green_circle:|
   |catalog-jdbc-mysql|79.33%|:green_circle:|
   |catalog-jdbc-postgresql|83.39%|:green_circle:|
   |catalog-jdbc-starrocks|79.16%|:green_circle:|
   |catalog-kafka|76.99%|:green_circle:|
   |catalog-lakehouse-generic|60.55%|:green_circle:|
   |catalog-lakehouse-hudi|79.1%|:green_circle:|
   |catalog-lakehouse-iceberg|85.86%|:green_circle:|
   |catalog-lakehouse-paimon|84.26%|:green_circle:|
   |catalog-model|77.99%|:green_circle:|
   |cli|44.48%|:green_circle:|
   |client-java|77.44% **`-3.01%`**|:green_circle:|
   |common|55.76% **`-0.17%`**|:green_circle:|
   |core|83.5% **`-0.75%`**|:green_circle:|
   |filesystem-hadoop3|76.45%|:green_circle:|
   |flink|0.0%|:red_circle:|
   |flink-common|50.29%|:green_circle:|
   |flink-runtime|0.0%|:red_circle:|
   |gcp|32.2%|:red_circle:|
   |hadoop-auth|68.0%|:green_circle:|
   |hadoop-common|17.84%|:red_circle:|
   |hive-metastore-common|53.4%|:green_circle:|
   |iceberg-aliyun-bundle|0.0%|:red_circle:|
   |iceberg-common|64.75%|:green_circle:|
   |iceberg-rest-server|75.68%|:green_circle:|
   |idp-basic|85.98%|:green_circle:|
   |integration-test-common|0.0%|:red_circle:|
   |jobs|62.92%|:green_circle:|
   |lance-common|32.72% **`-2.88%`**|:red_circle:|
   |lance-rest-server|64.78% **`-8.51%`**|:green_circle:|
   |lineage|53.02%|:green_circle:|
   |optimizer|83.17%|:green_circle:|
   |optimizer-api|21.95%|:red_circle:|
   |server|88.04%|:green_circle:|
   |server-common|80.35%|:green_circle:|
   |spark|28.57%|:red_circle:|
   |spark-common|48.92%|:green_circle:|
   |tencent|69.84%|:green_circle:|
   |trino-connector|47.44%|:green_circle:|
   
   <details>
   <summary>Files</summary>
   
   |Module|File|Coverage||
   |:-|:-|:-|:-:|
   
|api|[CatalogChange.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/api/src/main/java/org/apache/gravitino/CatalogChange.java)|44.44%|:red_circle:|
   
||[SchemaChange.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/api/src/main/java/org/apache/gravitino/SchemaChange.java)|44.0%|:red_circle:|
   
|catalog-fileset|[FilesetCatalogOperations.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/catalogs/catalog-fileset/src/main/java/org/apache/gravitino/catalog/fileset/FilesetCatalogOperations.java)|81.91%|:green_circle:|
   
|client-java|[DTOConverters.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/clients/client-java/src/main/java/org/apache/gravitino/client/DTOConverters.java)|51.37%|:red_circle:|
   
|common|[CatalogUpdateRequest.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/common/src/main/java/org/apache/gravitino/dto/requests/CatalogUpdateRequest.java)|59.09%|:red_circle:|
   
||[SchemaUpdateRequest.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/common/src/main/java/org/apache/gravitino/dto/requests/SchemaUpdateRequest.java)|33.33%|:red_circle:|
   
|core|[SecretMaterialsHolder.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/core/src/main/java/org/apache/gravitino/secret/SecretMaterialsHolder.java)|100.0%|:green_circle:|
   
||[OperationDispatcher.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/core/src/main/java/org/apache/gravitino/catalog/OperationDispatcher.java)|88.64%|:green_circle:|
   
||[FilesetOperationDispatcher.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/core/src/main/java/org/apache/gravitino/catalog/FilesetOperationDispatcher.java)|88.6%|:green_circle:|
   
||[SchemaOperationDispatcher.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java)|71.29%|:green_circle:|
   
||[CatalogManager.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java)|70.73%|:green_circle:|
   
||[SecretAlterChanges.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/core/src/main/java/org/apache/gravitino/secret/SecretAlterChanges.java)|58.33%|:red_circle:|
   
||[ManagedSchemaOperations.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/core/src/main/java/org/apache/gravitino/catalog/ManagedSchemaOperations.java)|37.93%|:red_circle:|
   
||[SchemaEntityChanges.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/core/src/main/java/org/apache/gravitino/catalog/SchemaEntityChanges.java)|0.0%|:red_circle:|
   
|lance-common|[NamespaceWrapper.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/lance/lance-common/src/main/java/org/apache/gravitino/lance/common/ops/NamespaceWrapper.java)|96.0%|:green_circle:|
   
||[LanceConfig.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/lance/lance-common/src/main/java/org/apache/gravitino/lance/common/config/LanceConfig.java)|94.74%|:green_circle:|
   
||[GravitinoLanceNameSpaceOperations.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/lance/lance-common/src/main/java/org/apache/gravitino/lance/common/ops/gravitino/GravitinoLanceNameSpaceOperations.java)|1.38%|:red_circle:|
   
||[ObjectIdentifier.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/lance/lance-common/src/main/java/org/apache/gravitino/lance/common/ops/gravitino/ObjectIdentifier.java)|0.0%|:red_circle:|
   
|lance-rest-server|[LanceNamespaceOperations.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/lance/lance-rest-server/src/main/java/org/apache/gravitino/lance/service/rest/LanceNamespaceOperations.java)|88.37%|:green_circle:|
   
||[LanceRESTService.java](https://github.com/lasdf1234/gravitino/blob/d0b5cff78b8428db93dca595ef14612ac835f880/lance/lance-rest-server/src/main/java/org/apache/gravitino/lance/LanceRESTService.java)|0.0%|:red_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