Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Avoid confusion by using profile with clean #215

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

snmvaughan
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

The logs can include spark and scala versions that don't match the specified profile, which can lead to confusion. This change includes the profile when running make clean to ensure consistency.

What changes are included in this PR?

Adds $(PROFILES) to the make clean task

How are these changes tested?

Manually

The logs can include spark and scala versions that don't match the specified profile, which can lead to confusion.  This change includes the profile when running `make clean` to ensure consistency.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.41%. Comparing base (8aab44c) to head (75bd808).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #215   +/-   ##
=========================================
  Coverage     33.41%   33.41%           
  Complexity      768      768           
=========================================
  Files           107      107           
  Lines         36329    36329           
  Branches       7935     7935           
=========================================
  Hits          12138    12138           
  Misses        21643    21643           
  Partials       2548     2548           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@viirya viirya merged commit 171e54c into apache:main Mar 20, 2024
27 checks passed
@viirya
Copy link
Member

viirya commented Mar 20, 2024

Merged. Thanks.

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.

4 participants