github-actions[bot] commented on PR #10671: URL: https://github.com/apache/gravitino/pull/10671#issuecomment-4531322292
<!-- coverage-report --> ### Code Coverage Report |Overall Project|66.16% **`+0.16%`**|:green_circle:| |:-|:-|:-:| |Files changed|75.84%|:green_circle:| <br> |Module|Coverage|| |:-|:-|:-:| |aliyun|1.72%|:red_circle:| |api|46.82%|:green_circle:| |authorization-common|85.96%|:green_circle:| |aws|1.08%|:red_circle:| |azure|2.47%|:red_circle:| |catalog-common|10.2%|:red_circle:| |catalog-fileset|80.02%|:green_circle:| |catalog-glue|64.03%|:green_circle:| |catalog-hive|79.75%|:green_circle:| |catalog-jdbc-clickhouse|80.02%|:green_circle:| |catalog-jdbc-common|44.46%|: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|78.38%|:green_circle:| |catalog-jdbc-postgresql|82.17%|:green_circle:| |catalog-jdbc-starrocks|78.27%|:green_circle:| |catalog-kafka|77.01%|:green_circle:| |catalog-lakehouse-generic|44.89%|:green_circle:| |catalog-lakehouse-hudi|79.1%|:green_circle:| |catalog-lakehouse-iceberg|85.7%|:green_circle:| |catalog-lakehouse-paimon|79.29%|:green_circle:| |catalog-model|77.72%|:green_circle:| |cli|44.51%|:green_circle:| |client-java|77.94%|:green_circle:| |common|49.99%|:green_circle:| |core|82.24%|:green_circle:| |filesystem-hadoop3|76.97%|:green_circle:| |flink|0.0%|:red_circle:| |flink-common|43.17%|:green_circle:| |flink-runtime|0.0%|:red_circle:| |gcp|14.12%|:red_circle:| |hadoop-common|10.39%|:red_circle:| |hive-metastore-common|53.26%|:green_circle:| |iceberg-common|53.09% **`-7.81%`**|:green_circle:| |iceberg-rest-server|69.83% **`+8.51%`**|:green_circle:| |idp-basic|87.53%|:green_circle:| |integration-test-common|0.0%|:red_circle:| |jobs|66.17%|:green_circle:| |lance-common|20.9%|:red_circle:| |lance-rest-server|62.78%|:green_circle:| |lineage|53.02%|:green_circle:| |optimizer|82.87%|:green_circle:| |optimizer-api|21.95%|:red_circle:| |server|85.09%|:green_circle:| |server-common|72.8%|:green_circle:| |spark|32.79%|:red_circle:| |spark-common|39.09%|:red_circle:| |trino-connector|34.82%|:red_circle:| <details> <summary>Files</summary> |Module|File|Coverage|| |:-|:-|:-|:-:| |iceberg-common|[IcebergCatalogWrapper.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/ops/IcebergCatalogWrapper.java)|25.43%|:red_circle:| |iceberg-rest-server|[IcebergNamespaceOperationExecutor.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergNamespaceOperationExecutor.java)|100.0%|:green_circle:| ||[IcebergViewOperationExecutor.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergViewOperationExecutor.java)|100.0%|:green_circle:| ||[IcebergViewEventDispatcher.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergViewEventDispatcher.java)|96.94%|:green_circle:| ||[IcebergNamespaceEventDispatcher.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergNamespaceEventDispatcher.java)|96.84%|:green_circle:| ||[IcebergTableOperationExecutor.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergTableOperationExecutor.java)|95.65%|:green_circle:| ||[IcebergTableEventDispatcher.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergTableEventDispatcher.java)|95.16%|:green_circle:| ||[IcebergNamespaceHookDispatcher.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergNamespaceHookDispatcher.java)|90.0%|:green_circle:| ||[IcebergViewHookDispatcher.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergViewHookDispatcher.java)|85.71%|:green_circle:| ||[IcebergTableOperations.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergTableOperations.java)|79.9%|:green_circle:| ||[IcebergNamespaceOperations.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergNamespaceOperations.java)|77.27%|:green_circle:| ||[IcebergTableHookDispatcher.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergTableHookDispatcher.java)|76.0%|:green_circle:| ||[IcebergViewOperations.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergViewOperations.java)|71.05%|:green_circle:| ||[IcebergNamespaceOperationDispatcher.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergNamespaceOperationDispatcher.java)|0.0%|:red_circle:| ||[IcebergTableOperationDispatcher.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergTableOperationDispatcher.java)|0.0%|:red_circle:| ||[IcebergViewOperationDispatcher.java](https://github.com/laserninja/gravitino/blob/9ccbded16c31b336875532c5432699b5c3cc8685/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/dispatcher/IcebergViewOperationDispatcher.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]
