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

Don't store table metadata globally #165

Merged
merged 6 commits into from
Apr 4, 2021
Merged

Don't store table metadata globally #165

merged 6 commits into from
Apr 4, 2021

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Apr 3, 2021

Fixes #90. There's no need to store table metadata globally when we can
just store it in the Table type itself and overload the getmetadata.
This should avoid metadata bloat in the global store.

Fixes #90. There's no need to store table metadata globally when we can
just store it in the Table type itself and overload the `getmetadata`.
This should avoid metadata bloat in the global store.
@codecov
Copy link

codecov bot commented Apr 4, 2021

Codecov Report

Merging #165 (931ec1e) into main (31079b0) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #165      +/-   ##
==========================================
+ Coverage   81.30%   81.32%   +0.01%     
==========================================
  Files          25       25              
  Lines        3012     3014       +2     
==========================================
+ Hits         2449     2451       +2     
  Misses        563      563              
Impacted Files Coverage Δ
src/table.jl 95.75% <100.00%> (+0.02%) ⬆️

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 31079b0...931ec1e. Read the comment docs.

@quinnj quinnj merged commit 295416d into main Apr 4, 2021
@quinnj quinnj deleted the jq/meta branch April 4, 2021 03:24
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.

remove global metadata cache (OBJ_METADATA)
1 participant