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

Simplified creation of array from scalar. #432

Closed
wants to merge 1 commit into from
Closed

Simplified creation of array from scalar. #432

wants to merge 1 commit into from

Conversation

jorgecarleitao
Copy link
Member

Closes #431

@codecov-commenter
Copy link

Codecov Report

Merging #432 (80bafa4) into master (3593d1f) will increase coverage by 0.00%.
The diff coverage is 20.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #432   +/-   ##
=======================================
  Coverage   74.85%   74.85%           
=======================================
  Files         146      146           
  Lines       24565    24562    -3     
=======================================
- Hits        18387    18386    -1     
+ Misses       6178     6176    -2     
Impacted Files Coverage Δ
datafusion/src/scalar.rs 58.45% <20.00%> (+0.13%) ⬆️

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 3593d1f...80bafa4. Read the comment docs.

@Dandandan
Copy link
Contributor

He @jorgecarleitao

Looks good, I already did the same in #339 😂

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.

@jorgecarleitao
Copy link
Member Author

Closing in favor of #339 👍

@jorgecarleitao jorgecarleitao deleted the minor branch May 27, 2021 04:58
unkloud pushed a commit to unkloud/datafusion that referenced this pull request Mar 23, 2025
* doc: Add Plan Stability Testing to development guide

* For review
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.

Simplify creation of array from iterator of scalars
5 participants