apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
762 stars 267 forks source link

[AMORO-2897] Mask the sensitive info for the Terminal output logs #2899

Closed tcodehuber closed 1 month ago

tcodehuber commented 1 month ago

Why are the changes needed?

Close #2897.

Brief change log

-

How was this patch tested?

Documentation

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 27.47%. Comparing base (890640b) to head (987af27). Report is 8 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2899 +/- ## ============================================ - Coverage 32.76% 27.47% -5.29% + Complexity 3821 2483 -1338 ============================================ Files 558 360 -198 Lines 46295 37213 -9082 Branches 6175 5432 -743 ============================================ - Hits 15170 10226 -4944 + Misses 29931 26027 -3904 + Partials 1194 960 -234 ``` | [Flag](https://app.codecov.io/gh/apache/amoro/pull/2899/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [core](https://app.codecov.io/gh/apache/amoro/pull/2899/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | | | [trino](https://app.codecov.io/gh/apache/amoro/pull/2899/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `27.47% <ø> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.

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

tcodehuber commented 1 month ago

@tcodehuber I left some small suggestions. PTAL.

Done.