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

DM-41226: Remove datastore records from serialized DatasetRef #896

Merged
merged 1 commit into from Oct 19, 2023

Conversation

andy-slac
Copy link
Contributor

This removes the piece of code for (de-)serializing datastore records in DatasetRef that was added on DM-40053. We worry that serialized QuantumGraph could grow in size, though presently we do not fill datastore records when we make refs for quantum graph. In the future the whole thing will be replaced by a more efficient data structures, so this serialization will likely disappear entirely.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f37bc3b) 87.60% compared to head (584df7a) 87.59%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #896      +/-   ##
==========================================
- Coverage   87.60%   87.59%   -0.01%     
==========================================
  Files         272      272              
  Lines       36600    36584      -16     
  Branches     7641     7637       -4     
==========================================
- Hits        32062    32046      -16     
  Misses       3351     3351              
  Partials     1187     1187              
Files Coverage Δ
python/lsst/daf/butler/_dataset_ref.py 81.43% <ø> (-1.11%) ⬇️
tests/test_datasets.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This removes the piece of code for (de-)serializing datastore records in
DatasetRef that was added on DM-40053. We worry that serialized QuantumGraph
could grow in size, though presently we do not fill datastore records when
we make refs for quantum graph. In the future the whole thing will be
replaced by a more efficient data structures, so this serialization will
likely disappear entirely.
@andy-slac andy-slac merged commit d9d7cda into main Oct 19, 2023
16 checks passed
@andy-slac andy-slac deleted the tickets/DM-41226 branch October 19, 2023 14:59
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.

None yet

2 participants