Skip to content

Add support for arrow2::types::f16#104

Merged
ncpenke merged 3 commits intoDataEngineeringLabs:mainfrom
rerun-io:jleibs/f16_support
Mar 18, 2023
Merged

Add support for arrow2::types::f16#104
ncpenke merged 3 commits intoDataEngineeringLabs:mainfrom
rerun-io:jleibs/f16_support

Conversation

@jleibs
Copy link
Copy Markdown
Contributor

@jleibs jleibs commented Feb 28, 2023

As of jorgecarleitao/arrow2#1051,
arrow2 has support for f16 through an implementation that ships with the library:
https://github.com/jorgecarleitao/arrow2/blob/562de6a6ed961eff46e7db752b384583886a5e5d/src/types/native.rs#L350

The default macros all do the right thing, they just needed to be populated.

Comment thread arrow2_convert/tests/test_round_trip.rs Outdated
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #104 (0cd9626) into main (b2fd8f8) will increase coverage by 0.00%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #104   +/-   ##
=======================================
  Coverage   94.63%   94.63%           
=======================================
  Files           8        8           
  Lines        1565     1566    +1     
=======================================
+ Hits         1481     1482    +1     
  Misses         84       84           
Impacted Files Coverage Δ
arrow2_convert/src/field.rs 100.00% <ø> (ø)
arrow2_convert/src/serialize.rs 100.00% <ø> (ø)
arrow2_convert/src/deserialize.rs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jleibs jleibs force-pushed the jleibs/f16_support branch from 29ce862 to 90e4fab Compare March 3, 2023 15:00
@ncpenke ncpenke merged commit d517f07 into DataEngineeringLabs:main Mar 18, 2023
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