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

cleanup function return type fn #350

Merged
merged 1 commit into from
May 18, 2021
Merged

Conversation

jimexist
Copy link
Member

@jimexist jimexist commented May 16, 2021

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

function return type fn is too clumsy and we can use macros to clean it up.

Are there any user-facing changes?

this is purely code refactoring, no user facing changes.

@codecov-commenter
Copy link

codecov-commenter commented May 16, 2021

Codecov Report

Merging #350 (28f44a5) into master (6c050b8) will increase coverage by 0.11%.
The diff coverage is 97.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #350      +/-   ##
==========================================
+ Coverage   75.72%   75.84%   +0.11%     
==========================================
  Files         143      143              
  Lines       23910    23809     -101     
==========================================
- Hits        18107    18059      -48     
+ Misses       5803     5750      -53     
Impacted Files Coverage Δ
datafusion/src/physical_plan/functions.rs 92.77% <97.05%> (+3.19%) ⬆️

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 6c050b8...28f44a5. Read the comment docs.

Copy link
Member

@jorgecarleitao jorgecarleitao left a comment

Choose a reason for hiding this comment

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

Beautiful! ❤️

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

I agree -- this looks really nice @jimexist . Thank you

@alamb
Copy link
Contributor

alamb commented May 17, 2021

This PR appears to need a rebase

@alamb alamb merged commit aa26112 into apache:master May 18, 2021
@alamb
Copy link
Contributor

alamb commented May 18, 2021

So ✨ clean 👍

@jimexist jimexist deleted the cleanup-return-type branch May 18, 2021 23:47
@houqp houqp added the ballista label Jul 29, 2021
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.

5 participants