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

Remove namespace from executors #75

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

edrevo
Copy link
Contributor

@edrevo edrevo commented Apr 25, 2021

Which issue does this PR close?

Closes #66.

Are there any user-facing changes?

Yes. The namespace CLI option in the ballista executors disappear. This is actually good, since the description of that param was not in sync with the implementation.

@codecov-commenter
Copy link

Codecov Report

Merging #75 (33dfcc3) into master (35bc3d7) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   76.35%   76.36%           
=======================================
  Files         134      134           
  Lines       23018    23017    -1     
=======================================
  Hits        17576    17576           
+ Misses       5442     5441    -1     
Impacted Files Coverage Δ
ballista/rust/executor/src/main.rs 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 35bc3d7...33dfcc3. Read the comment docs.

@edrevo edrevo force-pushed the remove-unnecessary-namespace branch from 33dfcc3 to 5016ea4 Compare April 26, 2021 06:30
@alamb alamb requested a review from andygrove April 26, 2021 21:37
@alamb alamb added the ballista label Apr 26, 2021
Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have one question but LGTM.

ballista/rust/executor/src/main.rs Show resolved Hide resolved
@andygrove
Copy link
Member

@edrevo Please rebase and we can merge this one. Thanks!

@edrevo edrevo force-pushed the remove-unnecessary-namespace branch from 5016ea4 to 3b64387 Compare April 27, 2021 18:49
@edrevo
Copy link
Contributor Author

edrevo commented Apr 27, 2021

done!

@andygrove andygrove merged commit af4c05d into apache:master Apr 28, 2021
@edrevo edrevo deleted the remove-unnecessary-namespace branch June 11, 2021 09:35
@houqp houqp added api change Changes the API exposed to users of the crate bug Something isn't working and removed api change Changes the API exposed to users of the crate labels Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api change Changes the API exposed to users of the crate bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unnecessary references to namespace in executor
5 participants