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 mentioning fixed issues in the changelog #6542

Closed
wants to merge 2 commits into from
Closed

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Jan 18, 2024

Also allow mentioning the PR like now. The numbers of issues must match the issues referenced by the PR.

Copy link

@antekresic, @konskov: please review this pull request.

Powered by pull-review

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (0a92850) 79.69% compared to head (523f917) 79.73%.
Report is 2 commits behind head on main.

Files Patch % Lines
src/planner/expand_hypertable.c 85.36% 6 Missing ⚠️
src/planner/planner.c 88.23% 1 Missing and 1 partial ⚠️
src/nodes/chunk_append/chunk_append.c 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6542      +/-   ##
==========================================
+ Coverage   79.69%   79.73%   +0.04%     
==========================================
  Files         188      188              
  Lines       36781    36825      +44     
  Branches     9310     9310              
==========================================
+ Hits        29311    29361      +50     
- Misses       3116     3123       +7     
+ Partials     4354     4341      -13     

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

When time_bucket is compared to constant in WHERE, we also add condition
on the underlying time variable (ts_transform_time_bucket_comparison).
Unfortunately we only do this for plan-time constants, which prevents
chunk exclusion when the interval is given by a query parameter, and a
generic plan is used. This commit also tries to apply this optimization
after applying the execution-time constants.

This PR also enables startup exclusion based on parameterized filters.
@akuzm akuzm marked this pull request as draft January 19, 2024 17:19
Also allow mentioning the PR like now. The numbers of issues must match
the issues referenced by the PR.
@akuzm
Copy link
Member Author

akuzm commented Jan 19, 2024

Snuck it into #6505

@akuzm akuzm closed this Jan 19, 2024
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.

1 participant