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

Add as_decimal_array function #1356

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

liukun4515
Copy link
Contributor

Which issue does this PR close?

Closes #1312

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the arrow Changes to the arrow crate label Feb 23, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #1356 (28322d3) into master (a69f0d1) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1356      +/-   ##
==========================================
- Coverage   83.04%   83.03%   -0.01%     
==========================================
  Files         181      181              
  Lines       52925    52930       +5     
==========================================
+ Hits        43950    43952       +2     
- Misses       8975     8978       +3     
Impacted Files Coverage Δ
arrow/src/array/mod.rs 100.00% <ø> (ø)
arrow/src/array/cast.rs 93.10% <100.00%> (+1.43%) ⬆️
parquet_derive/src/parquet_field.rs 65.98% <0.00%> (-0.46%) ⬇️
arrow/src/datatypes/datatype.rs 66.40% <0.00%> (-0.40%) ⬇️

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 a69f0d1...28322d3. Read the comment docs.

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.

❤️

@alamb alamb changed the title support as_decimal_array api Add as_decimal_array function Feb 28, 2022
@alamb alamb merged commit 6ee51bc into apache:master Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add as_decimal_array(arr: &dyn Array) -> &DecimalArray
3 participants