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

Refactor parameter of invalidation_state_init #6776

Merged
merged 1 commit into from Mar 19, 2024

Conversation

jnidzwetzki
Copy link
Contributor

@jnidzwetzki jnidzwetzki commented Mar 18, 2024

So far, the invalidation_state_init function used a loop to find the proper CAgg bucket function. This PR refactors the parameter of the function and passes the needed information directly.


Disable-check: force-changelog-file

So far, the invalidation_state_init function used a loop to find the
proper CAgg bucket function. This PR refactors the parameter of the
function and passes the needed information directly.
@jnidzwetzki jnidzwetzki self-assigned this Mar 18, 2024
@jnidzwetzki jnidzwetzki added continuous_aggregate refactor tech-debt Needs refactoring and improvement tasks related to the source code and its architecture. labels Mar 18, 2024
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.90%. Comparing base (59f50f2) to head (570b1ee).
Report is 79 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6776      +/-   ##
==========================================
+ Coverage   80.06%   80.90%   +0.84%     
==========================================
  Files         190      191       +1     
  Lines       37181    36179    -1002     
  Branches     9450     9403      -47     
==========================================
- Hits        29770    29272     -498     
- Misses       2997     3164     +167     
+ Partials     4414     3743     -671     

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

@jnidzwetzki jnidzwetzki marked this pull request as ready for review March 18, 2024 16:30
@jnidzwetzki jnidzwetzki merged commit c05d730 into timescale:main Mar 19, 2024
44 of 46 checks passed
@jnidzwetzki jnidzwetzki deleted the cagg_refactoring branch March 19, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous_aggregate refactor tech-debt Needs refactoring and improvement tasks related to the source code and its architecture.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants