Skip to content

Conversation

@sfc-gh-alhuang
Copy link
Contributor

@sfc-gh-alhuang sfc-gh-alhuang commented Aug 19, 2025

TL;DR

Refined JaCoCo instrumentation includes to target specific files instead of the entire org.apache package to avoid JaCoCo from scanning third party dependencies.

What changed?

Updated the JaCoCo instrumentation configuration in pom.xml to replace the broad org/apache/** include pattern with three specific file includes:

  • org/apache/commons/map/UnmodifiableMap.java
  • org/apache/parquet/hadoop/BdecParquetReader.java
  • org/apache/parquet/hadoop/SnowflakeParquetWriter.java

Copy link
Contributor Author

sfc-gh-alhuang commented Aug 19, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@sfc-gh-alhuang sfc-gh-alhuang changed the title NO-SNOW Fix Jacoco NO-SNOW Reduce Jacoco scanning scope Aug 19, 2025
@sfc-gh-alhuang sfc-gh-alhuang marked this pull request as ready for review August 19, 2025 22:39
@sfc-gh-alhuang sfc-gh-alhuang requested review from a team and sfc-gh-tzhang as code owners August 19, 2025 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants