Stefan Wang
Stefan Wang
## Problem The [ArtifactsResolver](https://github.com/linkedin/coral/blob/a83b648216f7429ca5b67c264a1c44ba4ae77be8/coral-hive/src/main/java/com/linkedin/coral/hive/hive2rel/functions/ArtifactsResolver.java) in Coral Hive is getting stuck for extended periods (15+ minutes) when fetching Ivy artifacts during dynamic UDF resolution. This issue is causing significant delays and...
Closes #528 ### What changes are proposed in this pull request, and why are they necessary? - Jacoco Test Coverage Report for Java modules - Unit Test Coverage percentage enforcement...
### What changes are proposed in this pull request, and why are they necessary? Closes #535 ### How was this patch tested? Use github tokens from admin to test these...
## Background Coral currently lacks a structured approach to version deprecation. This feature is needed to help drive new version adoption and allow developers to deprecate known breaking versions. This...
## Overview We need to add test coverage reporting and enforcement to our build process. This will help us maintain and improve code quality by ensuring adequate test coverage across...
### What changes are proposed in this pull request, and why are they necessary? Closes https://github.com/linkedin/coral/issues/505 Enhancement: Added timeout-constraint to Ivy settings for improved artifact resolution handling. Introduced a new...