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

Allow initial support for custom extension types #11

Merged
merged 2 commits into from
Sep 1, 2020
Merged

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Sep 1, 2020

Fixes #10. This PR is large mainly because it adds fairly generic
support for custom field metadata. We then use that support to add
custom type extension for Symbol/Char vectors. We could perhaps factor
this a bit more to make it even more generic for custom types, but I
think this gets us pretty darn far.

Fixes #10. This PR is large mainly because it adds fairly generic
support for custom field metadata. We then use that support to add
custom type extension for Symbol/Char vectors. We could perhaps factor
this a bit more to make it even more generic for custom types, but I
think this gets us pretty darn far.
@quinnj quinnj mentioned this pull request Sep 1, 2020
@codecov
Copy link

codecov bot commented Sep 1, 2020

Codecov Report

Merging #11 into master will increase coverage by 1.51%.
The diff coverage is 97.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   76.27%   77.78%   +1.51%     
==========================================
  Files          13       13              
  Lines        1758     1819      +61     
==========================================
+ Hits         1341     1415      +74     
+ Misses        417      404      -13     
Impacted Files Coverage Δ
src/utils.jl 73.50% <66.66%> (-1.94%) ⬇️
src/write.jl 92.63% <98.21%> (+0.81%) ⬆️
src/eltypes.jl 81.76% <100.00%> (+0.55%) ⬆️
src/table.jl 92.16% <100.00%> (+0.58%) ⬆️
src/metadata/Schema.jl 74.69% <0.00%> (+4.60%) ⬆️

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 a56a045...0ab0328. Read the comment docs.

@quinnj quinnj merged commit f37a9e6 into master Sep 1, 2020
@quinnj quinnj deleted the jq/extensions branch September 1, 2020 15:32
quinnj added a commit that referenced this pull request Oct 3, 2020
* Allow initial support for custom extension types

Fixes #10. This PR is large mainly because it adds fairly generic
support for custom field metadata. We then use that support to add
custom type extension for Symbol/Char vectors. We could perhaps factor
this a bit more to make it even more generic for custom types, but I
think this gets us pretty darn far.

* Fix dict encoded
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.

Some tricky data for Arrow
1 participant