apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
217 stars 46 forks source link

chore(spark): remove `Utils.redact` #600

Closed acezen closed 1 month ago

acezen commented 1 month ago

Reason for this PR

Since the redact has been copy to datasource, the code in Utils can be removed

What changes are included in this PR?

remove the redact code from Utils

Are these changes tested?

yes

Are there any user-facing changes?

no

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.63%. Comparing base (60fcede) to head (95f5914). Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #600 +/- ## ============================================ + Coverage 62.86% 66.63% +3.76% - Complexity 0 226 +226 ============================================ Files 60 21 -39 Lines 8340 2011 -6329 Branches 878 179 -699 ============================================ - Hits 5243 1340 -3903 + Misses 3097 515 -2582 - Partials 0 156 +156 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.